xiedeyantu commented on code in PR #4495:
URL: https://github.com/apache/calcite/pull/4495#discussion_r2261631390
##########
core/src/main/java/org/apache/calcite/rel/core/Aggregate.java:
##########
@@ -594,14 +595,15 @@ public static class AggCallBinding extends
SqlOperatorBinding {
public AggCallBinding(RelDataTypeFactory typeFactory,
SqlAggFunction aggFunction, List<RelDataType> preOperands,
List<RelDataType> operands, int groupCount,
- boolean filter) {
+ boolean filter, boolean allowChangeNullable) {
Review Comment:
Yes, I did overlook this part. I should wrap this again and expose a new
function, marking the old one as deprecated.
--
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]