This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-25872
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from eadb14d8810 Minors after review. Add planner tests.
add 5e9be58eb23 Minors after review. Improve validation. Add unit test.
No new revisions were added by this update.
Summary of changes:
.../internal/sql/engine/ItAggregatesTest.java | 11 ++
.../engine/exec/exp/agg/AccumulatorsFactory.java | 1 -
.../sql/engine/prepare/IgniteSqlValidator.java | 7 +-
.../internal/sql/engine/util/IgniteResource.java | 5 +
.../exec/exp/agg/GroupingAccumulatorTest.java | 189 +++++++++++++++++++++
5 files changed, 211 insertions(+), 2 deletions(-)
create mode 100644
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/exp/agg/GroupingAccumulatorTest.java