davidradl commented on code in PR #26335:
URL: https://github.com/apache/flink/pull/26335#discussion_r2007428214


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/testTableSourceSinks.scala:
##########
@@ -329,12 +329,27 @@ class TestPartitionableTableSource(
 
   override def explainSource(): String = {
     if (remainingPartitions != null) {
-      s"partitions=${remainingPartitions.mkString(", ")}"
+      s"partitions=${remainingPartitions.map(sortMapKeys).mkString(", ")}"

Review Comment:
   I am not Scala expert - but did a quick google . Can we use 
`toSeq.sortBy(_._1):_*` ?



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

Reply via email to