danny0405 commented on code in PR #5937:
URL: https://github.com/apache/hudi/pull/5937#discussion_r915504930
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/utils/TestSQL.java:
##########
@@ -42,6 +42,13 @@ private TestSQL() {
+ "('id1','Danny',23,TIMESTAMP '1970-01-01 00:00:02','par1'),\n"
+ "('id1','Danny',23,TIMESTAMP '1970-01-01 00:00:01','par1')";
+ public static final String INSERT_SAME_KEY_T2 = "insert into t1 values\n"
+ + "('id1','Danny',23,TIMESTAMP '1970-01-01 00:00:04','par1'),\n"
+ + "('id1','Danny',23,TIMESTAMP '1970-01-01 00:00:03','par1'),\n"
Review Comment:
Can this SQL be avoided if we include the fifth item for
`DATA_SET_DISORDER_INSERT` ?
--
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]