godfreyhe commented on a change in pull request #14029:
URL: https://github.com/apache/flink/pull/14029#discussion_r521164123



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/SourceWatermarkITCase.scala
##########
@@ -39,7 +39,7 @@ class SourceWatermarkITCase extends StreamingTestBase{
   def testWatermarkWithNestedRow(): Unit = {
     val data = Seq(
       row(1, 2L, row("i1", row("i2", 
LocalDateTime.parse("2020-11-21T19:00:05.23")))),
-      row(2, 3L, row("j1", row("j2", 
LocalDateTime.parse("2020-11-21T21:00:05.23"))))
+      row(2, 3L, row("j1", row("j2", null)))

Review comment:
       instead of replacing the existing row, I tend to add a new row




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

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


Reply via email to