xuefuz commented on a change in pull request #8339: [FLINK-12240][hive] Support
view related operations in GenericHiveMetastoreCatalog
URL: https://github.com/apache/flink/pull/8339#discussion_r281459369
##########
File path:
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/util/GenericHiveMetastoreCatalogUtil.java
##########
@@ -118,18 +123,26 @@ public static Table createHiveTable(ObjectPath
tablePath, CatalogBaseTable table
hiveTable.setPartitionKeys(new ArrayList<>());
}
- hiveTable.setSd(sd);
Review comment:
I'm wondering why we remove this line. If this is not needed, then we should
probably remove everything about Sd.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services