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


##########
core/src/main/java/org/apache/calcite/rel/core/AggregateCall.java:
##########
@@ -122,7 +123,8 @@ private AggregateCall(SqlParserPos pos, SqlAggFunction 
aggFunction, boolean dist
       boolean approximate, boolean ignoreNulls,
       List<RexNode> rexList, List<Integer> argList,
       int filterArg, @Nullable ImmutableBitSet distinctKeys,
-      RelCollation collation, RelDataType type, @Nullable String name) {
+      RelCollation collation, RelDataType type, @Nullable String name,
+      boolean allowChangeNullable) {

Review Comment:
   This name is easier to understand than mine.



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