LadyForest commented on a change in pull request #58:
URL: https://github.com/apache/flink-table-store/pull/58#discussion_r832996416



##########
File path: 
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/TableStore.java
##########
@@ -80,9 +80,12 @@
     /** partition keys, default no partition. */
     private int[] partitions = new int[0];
 
-    /** primary keys, default no key. */
+    /** file store primary keys which excludes partition fields if 
partitioned, default no key. */

Review comment:
       found typo, `exludes` => `exclude`




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to