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

Warning: "object '.__C__impala_connection' not found" when initializien impala connection #51

Open
henningsway opened this issue Sep 16, 2021 · 2 comments

Comments

@henningsway
Copy link

Hey Ian,

on a new server with a newly set up impala connection we currently run into the following warning, when initializing the impala connection

library(implyr)

impala <- implyr::src_impala(odbc::odbc(), "IMPALA_DSN")
#> Warning in rm(list = what, pos = classWhere) :
#>  object '.__C__impala_connection' not found

Do you have an idea, what could fix this? It doesn't happen the second time impala <- implyr::src_impala(odbc::odbc(), "IMPALA_DSN") is called within the same session.

@matthiasgomolka
Copy link

I have the same issue.

@ianmcook, do you need any dditional information to debug?

@ianmcook
Copy link
Owner

@matthiasgomolka @henningsway aside from this warning, does everything function as expected?

I'm not sure what the underlying cause is, but I made a change in 6ca86dd to silence the warning. If you're able, please install the dev version of implyr with remotes::install_github("ianmcook/implyr") and let me know if this solves the problem. Thanks

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

3 participants