AnubhavSiddharth commented on code in PR #6952: URL: https://github.com/apache/iceberg/pull/6952#discussion_r1125064058
########## snowflake/src/main/java/org/apache/iceberg/snowflake/JdbcSnowflakeClient.java: ########## @@ -208,6 +219,7 @@ public List<SnowflakeIdentifier> listDatabases() { queryHarness.query( conn, "SHOW DATABASES IN ACCOUNT", DATABASE_RESULT_SET_HANDLER)); } catch (SQLException e) { + tryMapSnowflakeExceptionToIcebergException(SnowflakeIdentifier.ofRoot(), e); Review Comment: Yes, I agree this looks better semantically, made the changes, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org