JingsongLi commented on a change in pull request #11012: [FLINK-15858][hive] 
Store generic table schema as properties
URL: https://github.com/apache/flink/pull/11012#discussion_r374506163
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalogConfig.java
 ##########
 @@ -32,4 +32,9 @@
 
        // Partition related configs
        public static final String PARTITION_LOCATION = "partition.location";
+
+       // config prefix for the table schema of a generic table
+       public static final String GENERIC_TABLE_SCHEMA_PREFIX = 
"generic.table.schema";
 
 Review comment:
   consistent with `CatalogConfig.FLINK_PROPERTY_PREFIX`?

----------------------------------------------------------------
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

Reply via email to