You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/05 01:50:20 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #18199: [FLINK-25183] Optimize changelog normalize for the managed table upse…

JingsongLi commented on a change in pull request #18199:
URL: https://github.com/apache/flink/pull/18199#discussion_r778497196



##########
File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/FlinkRelMdModifiedMonotonicityTest.scala
##########
@@ -340,8 +340,7 @@ class FlinkRelMdModifiedMonotonicityTest extends FlinkRelMdHandlerTestBase {
   def testGetRelMonotonicityOnChangelogNormalize(): Unit = {
     assertEquals(
       new RelModifiedMonotonicity(Array(
-        CONSTANT, CONSTANT, NOT_MONOTONIC, NOT_MONOTONIC,
-        NOT_MONOTONIC, NOT_MONOTONIC, NOT_MONOTONIC)),
+        CONSTANT, CONSTANT, NOT_MONOTONIC, NOT_MONOTONIC)),

Review comment:
       Thank you for the explanation




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org