JingsongLi commented on a change in pull request #10059: [FLINK-14543][table]
Support partition for temporary table
URL: https://github.com/apache/flink/pull/10059#discussion_r347800163
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/descriptors/DescriptorProperties.java
##########
@@ -221,6 +225,18 @@ public void putTableSchema(String key, TableSchema
schema) {
}
}
+ /**
+ * Adds table partition keys.
+ */
+ public void putPartitionKeys(List<String> keys) {
Review comment:
If PartitionKeys and schema are equal situation, this method will be better
and more convenient.
----------------------------------------------------------------
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