You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
BrendanStans21
pushed a commit
to BrendanStans21/brendan-pinot-fork
that referenced
this issue
Feb 13, 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()
The text was updated successfully, but these errors were encountered: