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/01/12 11:05:32 UTC

[ignite] branch master updated (3b1da7b -> c306573)

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

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


    from 3b1da7b  Drop down log level from error to warn for some user operation failures. (#9716)
     add c306573  IGNITE-16261 Query with 'in' condition with a sub-query returns multiplicative data. (#9723)

No new revisions were added by this update.

Summary of changes:
 .../processors/cache/query/GridCacheSqlQuery.java  |  18 ++--
 .../cache/query/GridCacheTwoStepQuery.java         |   1 +
 .../query/h2/sql/GridSqlQuerySplitter.java         |   6 +-
 .../processors/query/h2/sql/SqlAstTraverser.java   |  15 +++
 ...gniteCacheJoinPartitionedAndReplicatedTest.java | 101 +++++++++++++++++++++
 5 files changed, 132 insertions(+), 9 deletions(-)