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

feat: Bring back Impala support #518

Merged
merged 1 commit into from
Apr 6, 2025
Merged

feat: Bring back Impala support #518

merged 1 commit into from
Apr 6, 2025

Conversation

murfffi
Copy link
Contributor

@murfffi murfffi commented Apr 6, 2025

The PR brings back Impala support as discussed in #517

  • Changes the Impala driver from the abandoned bippio/go-impala to the maintained sclgo/impala-go.
  • Moves Impala from the "bad" to the "most" driver set
  • Add MetaReader for Impala
  • Implements copy for Impala, extending the generic CopyWithInsert with an option to work without transactions - for DBs that don't support them
  • Implements IsPasswordErr

The PR targets release-19, not master, so that the CI confirms no regressions caused by the change in drivers.CopyWithInsert. (CI on master is broken). The commit shouldn't create issues when it is cherry-picked to master afterwards.

I tested for regressions in CopyWithInsert with

go test -tags most -v -run=TestCopy ./drivers -args -cleanup=false -dbs=pgsql,mysql,pgx,csvq

Closes #517

- Changes the Impala driver from the abandoned bippio/go-impala to the maintained sclgo/impala-go.
- Moves Impala from the "bad" to the "most" driver set
- Add MetaReader for Impala
- Implements copy for Impala, extending the generic CopyWithInsert with an option to work without transactions - for DBs that don't support them
- Implements IsPasswordErr

The PR targets release-19, not master, so that the CI confirms no regressions caused by the change in drivers.CopyWithInsert.
(CI on master is broken). The commit shouldn't create issues when it is cherry-picked to master afterwards.
@kenshaw
Copy link
Member

kenshaw commented Apr 6, 2025

@murfffi you are the best. I'll review when I'm out of bed and add first thing.

@kenshaw kenshaw merged commit 8d140e5 into xo:release-19 Apr 6, 2025
1 check passed
kenshaw added a commit to xo/homebrew-xo that referenced this pull request Apr 6, 2025
@murfffi
Copy link
Contributor Author

murfffi commented Apr 7, 2025

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants