twalthr commented on code in PR #25195:
URL: https://github.com/apache/flink/pull/25195#discussion_r1715346829


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ShowCreateUtil.java:
##########
@@ -246,13 +230,19 @@ static Optional<String> 
extractFormattedOptions(Map<String, String> conf, String
                                                 printIndent,
                                                 
EncodingUtils.escapeSingleQuotes(entry.getKey()),
                                                 
EncodingUtils.escapeSingleQuotes(entry.getValue())))
+                        .sorted()

Review Comment:
   Found the answer already.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to