slinkydeveloper commented on a change in pull request #17786:
URL: https://github.com/apache/flink/pull/17786#discussion_r750017765
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/casting/MapAndMultisetToStringCastRule.java
##########
@@ -107,6 +120,28 @@ protected String generateCodeBlockInternal(
final String keyArrayTerm = newName("keys");
final String valueArrayTerm = newName("values");
+ return generateMapToString(
Review comment:
No need to have this method splitting anymore
--
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]