xuyangzhong commented on code in PR #26335:
URL: https://github.com/apache/flink/pull/26335#discussion_r2011367380
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/testTableSourceSinks.scala:
##########
@@ -329,12 +330,18 @@ class TestPartitionableTableSource(
override def explainSource(): String = {
if (remainingPartitions != null) {
- s"partitions=${remainingPartitions.mkString(", ")}"
+ s"partitions=${sortPartitionKeys(remainingPartitions).mkString(", ")}"
Review Comment:
It appears that you're trying to address the flaky test risks associated
with `PushPartitionIntoLegacyTableSourceScanRuleTest` involving the legacy
source, rather than the tests mentioned in the issue.
For the latter, you might need to take a look at
`PartitionPushDownSpec#getDigests`.
--
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]