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

[Java] Add support for catalog as a JDBC query parameter #41947

Closed
stevelorddremio opened this issue Jun 3, 2024 · 1 comment
Closed

[Java] Add support for catalog as a JDBC query parameter #41947

stevelorddremio opened this issue Jun 3, 2024 · 1 comment

Comments

@stevelorddremio
Copy link
Contributor

stevelorddremio commented Jun 3, 2024

Describe the enhancement requested

The proposal is to add "catalog" to the list of JDCB connection string parameters supported, then to pass this to the Flight Server as a DoAction session option.

Example:
jdbc:arrow-flight-sql://mydomain.com:443/catalog=<value>[& <properties>]

An alternative proposal would be to add this to the URI path. However, it might be wise to avoid the use of the URI path which has been proposed for at least one other use:
#34829

Component(s)

Java

stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 6, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 7, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 10, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 10, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 10, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 11, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 11, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 11, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 11, 2024
stevelorddremio added a commit to stevelorddremio/arrow that referenced this issue Jun 13, 2024
lidavidm pushed a commit that referenced this issue Jun 13, 2024
…42035)

### Rationale for this change

See Issue #41947

### What changes are included in this PR?

### Are these changes tested?

Yes

### Are there any user-facing changes?

Introductiona of an optional catalog query parameter in the JDBC url string.

* GitHub Issue: #41947

Authored-by: Steve Lord <steve.lord@dremio.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
@lidavidm
Copy link
Member

Issue resolved by pull request 42035
#42035

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants