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 |
||
|---|---|---|
| .. | ||
| main/java/app/dbx/jdbc | ||
| test/java/app/dbx/jdbc | ||