shouweikun commented on a change in pull request #18199:
URL: https://github.com/apache/flink/pull/18199#discussion_r776590185
##########
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:
Previously, we constructed
`FlinkRelMdHandlerTestBase`#`changelogNormalize` by using
`FlinkRelMdHandlerTestBase`#`studentStreamScan` as its `TableScan`, which I
cannot get `TableSourceTable` from `studentStreamScan` cuz `RelOptTable` in
`studentStreamScan` is an instance of `MockMetaTable`. So I decide to used
`FlinkRelMdHandlerTestBase`#`tableSourceTableStreamScan` instead of
`studentStreamScan`. And it seems that **only this test was affected**.
--
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]