[
https://issues.apache.org/jira/browse/FLINK-17532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-17532:
-----------------------------------
Labels: auto-deprioritized-major auto-deprioritized-minor starter (was:
auto-deprioritized-major stale-minor starter)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> Update tests to use BatchTestBase#checkTableResult
> --------------------------------------------------
>
> Key: FLINK-17532
> URL: https://issues.apache.org/jira/browse/FLINK-17532
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Planner, Tests
> Reporter: Timo Walther
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor,
> starter
>
> Roughly 196 tests fail if we change the `Row.toString`. In the legacy
> planner, we will fix this quickly using some util. However, for the long-term
> Blink planner we should update those test to use the test bases and compare
> against instances instead of string.
> Similar to:
> {code}
> checkResult(
> "SELECT j, sum(k) FROM GenericTypedTable3 GROUP BY i, j",
> Seq(
> row(row(1, 1), 2),
> row(row(1, 1), 2),
> row(row(10, 1), 3)
> )
> )
> {code}
> Affected tests:
> {code}
> AggregateITCaseBase
> PartitionableSinkITCase
> CalcITCase
> JoinITCase
> SortITCase
> CorrelateITCase
> TableSinkITCase
> AggregationITCase
> GroupWindowITCase
> SetOperatorsITCase
> CalcITCase
> UnnestITCase
> AggregateRemoveITCase
> PruneAggregateCallITCase
> CalcITCase
> CorrelateITCase
> TableSinkITCase
> SetOperatorsITCase
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)