You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
When trying to
compute
atbl_impala
object, an error is shown:My session info:
The text was updated successfully, but these errors were encountered: