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

Fix INSERT support #5

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Fix INSERT support #5

merged 1 commit into from
Dec 29, 2024

Conversation

murfffi
Copy link
Member

@murfffi murfffi commented Dec 29, 2024

INSERT statements work now. The PR also removes some warnings, adds tests and comments.
A few libraries are updated to resolve security notices.

Testing Done: newly added integration test

INSERT queries work now. The PR also removes some warnings, adds tests and comments.

Testing Done: newly added integration test
@murfffi murfffi merged commit 38e8f84 into master Dec 29, 2024
2 checks passed
@murfffi
Copy link
Member Author

murfffi commented Dec 30, 2024

For context, the equivalent code in the first-party client - impala-shell - is here - https://github.com/apache/impala/blob/master/shell/impala_shell.py#L1412 .

A similar issue is open on bippio/go-impala since 2020 - bippio#27 .

@murfffi murfffi added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant