-
Notifications
You must be signed in to change notification settings - Fork 173
feat(csharp/src/Drivers/Apache): Add support for Impala ADBC Driver with Refactoring and Unit Tests #2365
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
Conversation
kushaman
commented
Dec 11, 2024
- Added support for the Impala ADBC driver with both standard and HTTP transport protocols.
- Refactored the existing Spark and Impala code to move common functionalities into a shared HiveServer2.
- Updated Spark unit tests to align with shared functionalities for Impala and Spark.
- Added new unit tests for Impala ADBC driver support.
|
The Spark and Impala tests are passing for me. Can we get this closed out by early next week @CurtHagenlocher ? |
CurtHagenlocher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this work! I've left a bunch of feedback.
CurtHagenlocher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kushaman !