You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/20 05:50:30 UTC

[GitHub] [flink] godfreyhe commented on a change in pull request #10249: [FLINK-14847][hive] Support retrieving Hive PK constraints

godfreyhe commented on a change in pull request #10249: [FLINK-14847][hive] Support retrieving Hive PK constraints
URL: https://github.com/apache/flink/pull/10249#discussion_r348301199
 
 

 ##########
 File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/config/CatalogConfig.java
 ##########
 @@ -33,4 +33,9 @@
 	// Used to distinguish properties created by Hive and Flink,
 	// as Hive metastore has its own properties created upon table creation and migration between different versions of metastore.
 	public static final String FLINK_PROPERTY_PREFIX = "flink.";
+
+	/**
+	 * A comma separated list of columns that compose the primary key of a table.
 
 Review comment:
   add some comments about "this is a temporary solution" ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services