You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "zhuangchong (via GitHub)" <gi...@apache.org> on 2023/07/26 04:29:41 UTC

[GitHub] [incubator-paimon] zhuangchong commented on a diff in pull request #1662: [flink] clear schema after create/alter hive table error

zhuangchong commented on code in PR #1662:
URL: https://github.com/apache/incubator-paimon/pull/1662#discussion_r1274361793


##########
paimon-hive/paimon-hive-catalog/src/main/java/org/apache/paimon/hive/HiveCatalog.java:
##########
@@ -479,7 +479,8 @@ private Table newHmsTable(Identifier identifier) {
         return table;
     }
 
-    private void updateHmsTable(Table table, Identifier identifier, TableSchema schema) {
+    private void updateHmsTable(Table table, Identifier identifier, TableSchema schema)

Review Comment:
   `UnsupportedOperationException` is a runtime exception, there is no need to throw here.
   
   the same below.



-- 
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-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org