snuyanzin commented on code in PR #28162:
URL: https://github.com/apache/flink/pull/28162#discussion_r3304299480


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/rules/logical/MetadataFilterInReadingMetadataTest.java:
##########
@@ -250,7 +324,7 @@ private static class MetadataFilterSource extends 
TableFactoryHarness.ScanSource
 
         @Override
         public Map<String, DataType> listReadableMetadata() {
-            Map<String, DataType> metadata = new HashMap<>();
+            Map<String, DataType> metadata = new LinkedHashMap<>();

Review Comment:
   why do we need it?



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