Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute fails #55

Open
Liudvikas-vinted opened this issue Apr 23, 2023 · 0 comments
Open

compute fails #55

Liudvikas-vinted opened this issue Apr 23, 2023 · 0 comments

Comments

@Liudvikas-vinted
Copy link

When trying to compute a tbl_impala object, an error is shown:

> class(x)
[1] "tbl_impala" "tbl_sql"    "tbl_lazy"   "tbl"       
> compute(x, "default.tmp", temporary=FALSE)
Error in UseMethod("sql_build") : 
  no applicable method for 'sql_build' applied to an object of class "NULL"

My session info:

Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Fedora Linux 37 (Thirty Seven)

Matrix products: default
BLAS/LAPACK: /usr/lib64/libflexiblas.so.3.3

locale:
 [1] LC_CTYPE=en_US.UTF-8          LC_NUMERIC=C                 
 [3] LC_TIME=lt_LT.UTF-8           LC_COLLATE=en_US.UTF-8       
 [5] LC_MONETARY=lt_LT.UTF-8       LC_MESSAGES=en_US.UTF-8      
 [7] LC_PAPER=lt_LT.UTF-8          LC_NAME=en_US.UTF-8          
 [9] LC_ADDRESS=en_US.UTF-8        LC_TELEPHONE=en_US.UTF-8     
[11] LC_MEASUREMENT=lt_LT.UTF-8    LC_IDENTIFICATION=en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] lubridate_1.9.2   readxl_1.4.2      ggplot2_3.4.2     dbplyr_2.3.0     
 [5] data.table_1.14.6 implyr_0.4.0      dplyr_1.1.1       RJDBC_0.2-10     
 [9] rJava_1.0-6       DBI_1.1.3        

loaded via a namespace (and not attached):
 [1] magrittr_2.0.3   munsell_0.5.0    tidyselect_1.2.0 timechange_0.2.0
 [5] colorspace_2.0-3 R6_2.5.1         rlang_1.1.0      fansi_1.0.4     
 [9] blob_1.2.3       tcltk_4.2.3      tools_4.2.3      grid_4.2.3      
[13] gtable_0.3.1     utf8_1.2.2       cli_3.6.0        withr_2.5.0     
[17] assertthat_0.2.1 tibble_3.2.1     lifecycle_1.0.3  purrr_1.0.1     
[21] vctrs_0.6.1      glue_1.6.2       cellranger_1.1.0 compiler_4.2.3  
[25] pillar_1.8.1     generics_0.1.3   scales_1.2.1     pkgconfig_2.0.3 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant