-
Notifications
You must be signed in to change notification settings - Fork 63
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
Unicode issues with Impala #291
Comments
Looking into this; looks like I don't see any issues on OSX; going to try on linux now. |
Fix #291 by adding troubleshooting section to docs
Thank you very much! This is amazing work, I can't even guess how you were able to figure it out. Only one question: is it possible to override this behaviour without changing "cloudera.impalaodbc.ini" file? I've tried to add |
Hmmmm, I tried all the tricks I know, but it doesn't seem like there's a way to override it w/o directly editing the file. Sorry. Some of these drivers can be such a pain. |
I am trying to execute simple query in Impala and get weird errors.
I am using the same connection string in
pyodbc
and it works just fine, so it seems like something is different in python and Julia strings and how driver interpret them. I was thinking about using StringEncodings.jl, butencode
function returnsVector{UInt8}
and I wasn't able to figure out what to do next.OS: Ubuntu 18.04.4 LTS
Impala driver: 2.6.4
The text was updated successfully, but these errors were encountered: