-
Notifications
You must be signed in to change notification settings - Fork 34
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
HiveDriverError: Unsupported result format: undefined #105
Comments
Hi @nisha-singh-tredence! Can you please provide some more information? If possible - code snippet you're trying to run (minimum required to reproduce the issue), whatever output you get from your code, library version, databricks runtime version, output of |
Hello @kravets-levko , |
Thank you @nisha-singh-tredence! I need to ask you for some more help with debugging this. Could you please find a default:
throw new HiveDriverError_1.default(`Unsupported result format: ${TCLIService_types_1.TSparkRowSetType[resultFormat]}`); Please add console.dir(resultFormat);
console.dir(TCLIService_types_1.TSparkRowSetType); right before throw statement, run your code again and share its output. Thank you! |
Hi @kravets-levko , Thanks! |
Thank you! That's very, very wrong, though 🤔
|
okay i will try and update you |
Hi @kravets-levko , |
Internal ticket number: PECO-619 |
I am facing same issue. Please let me know when we can expect the fix for the same. |
Please let us know when the fix is expected. I can provide you details. The python code is working with same properties but nodejs code is not. We are stuck with delivery and need a workaround or fix soon. Cannot change technology, has to be nodejs. |
Any update on this issue - Internal ticket number: PECO-619? I have two clusters, one with runtime v7.3 and another with v11.3, it works fine on v11.3 and on v7.3 it gives "HiveDriverError: Unsupported result format: undefined" error. Hope this helps in troubleshooting the issue, Thanks! |
Same here. Our queries are working on 11.3 but not on 7.3, failing with the error "Unsupported result format: undefined" |
Sorry for not getting back for a while. So, I want to ask you to upgrade to latest version of the library, and check if the issue is still present there. Please let me know in either case. Thank you! |
The issue is still present giving more context: I'm able to connect Databricks with Tableau Desktop using ODBC driver and run SQL commands, but i'm facing problem when trying to connect the same DB with databricks-sql-nodejs driver. Attaching below the screenshot of the error. Let me know if you need more details. |
Any one idea how can i resolve it.
please help to resolved out
The text was updated successfully, but these errors were encountered: