This is an automated email from the ASF dual-hosted git repository.
zstan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from b3e057d04a8 IGNITE-27036 fix artifact path for C++ tests (#6959)
add d2403e847d9 IGNITE-26512 ItAggregatesTest#testGroupingFunction failed
if statistics return table size greater than 1 (#6980)
No new revisions were added by this update.
Summary of changes:
.../internal/sql/engine/ItAggregatesTest.java | 5 --
.../sql/engine/exec/exp/agg/Accumulators.java | 97 ++++++++++++++++++++++
.../sql/engine/rel/agg/MapReduceAggregates.java | 2 +-
.../sql/engine/sql/fun/IgniteSqlOperatorTable.java | 58 +++++++++----
.../ignite/internal/sql/docs/OperatorListTest.java | 1 +
.../exec/exp/agg/SameBinaryValAccumulatorTest.java | 89 ++++++++++++++++++++
...ulatorTest.java => SameValAccumulatorTest.java} | 17 ++--
.../src/test/resources/docs/operator_list.txt | 4 +
8 files changed, 244 insertions(+), 29 deletions(-)
create mode 100644
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/exp/agg/SameBinaryValAccumulatorTest.java
copy
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/exp/agg/{SingleValAccumulatorTest.java
=> SameValAccumulatorTest.java} (72%)