jinxing64 commented on a change in pull request #1422: [CALCITE-3300] Add a
star identifier as operand to "SqlCountAggFunction" if no operands given while
in the method "createCall"
URL: https://github.com/apache/calcite/pull/1422#discussion_r336723200
##########
File path:
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java
##########
@@ -4038,17 +4058,25 @@ Sql throws_(String errorMessage) {
}
}
- String exec() {
+ SqlNode exec0() {
final Planner planner =
- getPlanner(null, SqlParser.Config.DEFAULT, schema, config);
+ getPlanner(null, SqlParser.Config.DEFAULT, schema, config);
Review comment:
No need for this change
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services