You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2022/02/07 12:57:32 UTC

[ignite] branch sql-calcite updated (4757b3f -> 71e104a)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 4757b3f  IGNITE-16443 Fix nulls processing in search rows - Fixes #9792.
     add 71e104a  IGNITE-16191 Calcite engine. Unexpected result of COUNT with multiple parameters (#9787)

No new revisions were added by this update.

Summary of changes:
 .../calcite/exec/exp/agg/AccumulatorsFactory.java  |  5 ++++
 .../query/calcite/prepare/IgniteSqlValidator.java  |  4 +++
 .../aggregate/aggregates/test_aggregate_types.test | 30 +++++++++++++++++++++
 .../test/sql/aggregate/aggregates/test_count.test  | 12 +++++++++
 .../sql/aggregate/aggregates/test_count_star.test  | 31 ++++++++++++++++++++++
 .../sql/aggregate/aggregates/test_scalar_aggr.test | 17 ++++++++++++
 .../src/test/sql/types/null/test_boolean_null.test | 14 ----------
 ...t_null_aggr.test_ignore => test_null_aggr.test} |  6 ++---
 8 files changed, 101 insertions(+), 18 deletions(-)
 rename modules/calcite/src/test/sql/types/null/{test_null_aggr.test_ignore => test_null_aggr.test} (93%)