JingsongLi commented on code in PR #87: URL: https://github.com/apache/flink-table-store/pull/87#discussion_r846932171
########## flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/ReadWriteTableITCase.java: ########## @@ -211,7 +212,7 @@ public void testBatchWriteWithPartitionedRecordsWithoutPk() throws Exception { streamTableEnv, managedTable, Collections.emptyMap(), - null, + "dt IN ('2022-01-01', '2022-01-02')", Review Comment: Can you add case to cover value number more than 20? I am not sure if there is a `in`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org