LinMingQiang commented on code in PR #5937:
URL: https://github.com/apache/hudi/pull/5937#discussion_r915507954
##########
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:
Sorry, this is not used,I forgot to delete it.
--
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]