dbx/plugins/jdbc/src
t8y2 fdc4214bbb fix(jdbc): handle UnsupportedOperationException from Hive-based JDBC drivers
Catch UnsupportedOperationException alongside SQLFeatureNotSupportedException
and AbstractMethodError in DbxJdbcPlugin. Hive-based drivers (e.g., Transwarp
Inceptor) throw UnsupportedOperationException for unsupported optional JDBC
methods instead of the standard SQLFeatureNotSupportedException. Since it is
a RuntimeException, it previously propagated uncaught and crashed the connection.

Fixes #912
2026-06-09 14:11:33 +08:00
..
main/java/app/dbx/jdbc fix(jdbc): handle UnsupportedOperationException from Hive-based JDBC drivers 2026-06-09 14:11:33 +08:00
test/java/app/dbx/jdbc fix(jdbc): avoid IRIS max rows SQL rewrite 2026-06-08 16:17:27 +08:00