hililiwei commented on code in PR #5486:
URL: https://github.com/apache/iceberg/pull/5486#discussion_r942537731
##########
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestFlinkUpsert.java:
##########
@@ -147,7 +147,7 @@ public void testUpsertAndQuery() {
tableName);
List<Row> rowsOn20220301 =
- Lists.newArrayList(Row.of(2, "b", dt20220301), Row.of(1, "a",
dt20220301));
+ Lists.newArrayList(Row.of(1, "b", dt20220301), Row.of(2, "b",
dt20220301));
Review Comment:
We may be need to modify the ut data to match the purpose of the test.
Let the second sql `upsert` the data in the first.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]