xiedeyantu commented on code in PR #4719:
URL: https://github.com/apache/calcite/pull/4719#discussion_r2672908212
##########
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:
@NobiGo I'm not sure if you have any interest in this PR. If you feel it's
inappropriate, I can temporarily close it. Because I'm also unsure if this
approach is the best option.
--
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]