lirui-apache 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_r374510511
##########
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:
`CatalogConfig.FLINK_PROPERTY_PREFIX` will be added to all the Flink
properties. So we'll have sth like `flink.generic.table.schema.0...` and
`flink.generic.table.schema.1...` in the final table properties.
----------------------------------------------------------------
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