xiedeyantu commented on code in PR #4719:
URL: https://github.com/apache/calcite/pull/4719#discussion_r2666532699


##########
core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java:
##########
@@ -874,7 +874,7 @@ public Result visit(Values e) {
       List<SqlSelect> list = new ArrayList<>();
       for (List<RexLiteral> tuple : e.getTuples()) {
         final List<SqlNode> values2 = new ArrayList<>();
-        final SqlNodeList exprList = exprList(context, tuple);
+        final SqlNodeList exprList = 
rewriteValuesBooleanLiterals(exprList(context, tuple));

Review Comment:
   I have already answered this question in my PR above and Jira, please take a 
look, thank you.



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