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

Cannot connect to Pinot using JDBC and Hikari #12267

Closed
BrendanStans21 opened this issue Jan 12, 2024 · 0 comments · Fixed by #12411
Closed

Cannot connect to Pinot using JDBC and Hikari #12267

BrendanStans21 opened this issue Jan 12, 2024 · 0 comments · Fixed by #12411

Comments

@BrendanStans21
Copy link
Contributor

BrendanStans21 commented Jan 12, 2024

Cannot connect to Pinot using JDBC and Hikari due to a couple methods automatically throwing SQLFeatureNotSupportedExceptions. Any other application trying to connect in this manner will have the same issue.

Suggested solution:

Remove the exception throws from setTransactionIsolation(), rollback(), and setQueryTimeout()

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

Successfully merging a pull request may close this issue.

2 participants