AMashenkov commented on code in PR #1524:
URL: https://github.com/apache/ignite-3/pull/1524#discussion_r1073351703
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rel/agg/IgniteColocatedSortAggregate.java:
##########
@@ -57,9 +57,6 @@ public IgniteColocatedSortAggregate(
) {
super(cluster, traitSet, input, groupSet, groupSets, aggCalls);
- assert !TraitUtils.collation(traitSet).isDefault();
- assert !groupSet.isEmpty() && groupSets.size() == 1;
Review Comment:
Are these assertion totally incorrect? or just another case become possible
and assert(s) can be changed?
--
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]