gguptp commented on code in PR #36:
URL:
https://github.com/apache/flink-connector-hive/pull/36#discussion_r3165979325
##########
flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/util/HiveTableUtil.java:
##########
@@ -463,9 +462,8 @@ public static Table alterTableViaCatalogBaseTable(
ObjectPath tablePath,
ResolvedCatalogBaseTable baseTable,
Table oldHiveTable,
- HiveConf hiveConf,
- boolean managedTable) {
- Table newHiveTable = instantiateHiveTable(tablePath, baseTable,
hiveConf, managedTable);
+ HiveConf hiveConf) {
Review Comment:
Thanks! This makes sense, i will review the Hive4 support PR as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]