xuzifu666 commented on code in PR #4453:
URL: https://github.com/apache/calcite/pull/4453#discussion_r2181688119
##########
core/src/main/java/org/apache/calcite/util/RelToSqlConverterUtil.java:
##########
@@ -328,4 +337,95 @@ public static void unparseBoolLiteralToCondition(SqlWriter
writer, boolean value
writer.literal(value ? "1" : "0");
writer.endList(frame);
}
+
+ /**
+ * Transformation Map type from MAP<VARCHAR,VARCHAR> to
Map(VARCHAR,VARCHAR).
Review Comment:
done, thanks. @NobiGo
--
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]