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


##########
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:
   Please check JIRA. There is already a related ISSUE addressing this problem.



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