Skip to content

fix(impala): SET statement support - #573

Open
murfffi wants to merge 1 commit into
xo:release-21from
murfffi:fix/impala_set
Open

murfffi wants to merge 1 commit into
xo:release-21from
murfffi:fix/impala_set

Conversation

@murfffi

@murfffi murfffi commented May 9, 2026

Copy link
Copy Markdown
Contributor

This PR is entirely in drivers/impala and doesn't touch the core of usql.

  • ensure changes with SET key=value are applied - reuse-session=true param is forced on Impala connections
  • support listing session options with SET and SET ALL - usql connected to Impala treats SET without options and SET ALL as queries, not statements

Relevant docs:

Testing Done: manual in usql and new unit test

* ensure SET key=value are applied
* support listing session options with SET and SET ALL

Relevant docs:
 - https://impala.apache.org/docs/build/html/topics/impala_set.html
 - https://pkg.go.dev/github.com/sclgo/impala-go#Options.ReuseSession
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.

1 participant