rahil-c commented on code in PR #14344:
URL: https://github.com/apache/hudi/pull/14344#discussion_r2561080346
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/catalog/HoodieHiveCatalog.java:
##########
@@ -631,7 +631,7 @@ private Table instantiateHiveTable(ObjectPath tablePath,
CatalogBaseTable table,
serdeProperties.put(ConfigUtils.IS_QUERY_AS_RO_TABLE,
String.valueOf(!useRealTimeInputFormat));
serdeProperties.put("serialization.format", "1");
-
serdeProperties.putAll(TableOptionProperties.translateFlinkTableProperties2Spark(catalogTable,
hiveConf, properties, partitionKeys, withOperationField));
+
serdeProperties.putAll(TableOptionProperties.translateFlinkTableProperties2Spark(catalogTable,
properties, partitionKeys, withOperationField));
Review Comment:
Just curious why are removing the `hiveConf`? Is this just not needed or is
it related to schema migration?
--
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]