twalthr commented on a change in pull request #12959:
URL: https://github.com/apache/flink/pull/12959#discussion_r458803965



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdHandlerTestBase.scala
##########
@@ -749,7 +749,7 @@ class FlinkRelMdHandlerTestBase {
       false,
       false,
       false,
-      Seq(Integer.valueOf(0)).toList,
+      Seq(Integer.valueOf(3)).toList,

Review comment:
       I think this test was not implemented correctly. I got a type mismatch 
here. The purpose of this test is about propagating metadata, so the change 
should not affect the test negatively.




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