ILuffZhe commented on code in PR #4160:
URL: https://github.com/apache/calcite/pull/4160#discussion_r1927899808
##########
core/src/main/java/org/apache/calcite/sql/SqlDialect.java:
##########
@@ -754,6 +754,7 @@ public boolean supportsGroupByLiteral() {
public boolean supportsAggregateFunction(SqlKind kind) {
switch (kind) {
+ case LITERAL_AGG:
Review Comment:
Do we need to add a test in `RelToSqlConverterTest`?
--
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]