SteNicholas commented on code in PR #970: URL: https://github.com/apache/incubator-paimon/pull/970#discussion_r1173334356
########## paimon-hive/paimon-hive-connector-common/src/main/java/org/apache/paimon/hive/PaimonMetaHook.java: ########## @@ -58,4 +110,10 @@ public void rollbackDropTable(Table table) throws MetaException {} @Override public void commitDropTable(Table table, boolean b) throws MetaException {} + + private CatalogContext catalogContext(Table table) { + Options options = paimonJobConf.extractCatalogConfig(); Review Comment: ```suggestion Options options = PaimonJobConf.extractCatalogConfig(jobConf); ``` -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org