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 2021/03/15 09:57:51 UTC

[ignite] branch master updated (61bb218 -> 19cd3f8)

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 61bb218  IGNITE-13767: Removed PHP, Node.js and Python from main repo
     add 19cd3f8  IGNITE-14177 Fixed NULLS LAST/FIRST sorting if query parallelism is set (#8875)

No new revisions were added by this update.

Summary of changes:
 .../query/h2/twostep/SortedReduceIndexAdapter.java |  36 +++
 .../IgniteCacheParallelismQuerySortOrderTest.java  | 257 +++++++++++++++++++++
 .../IgniteBinaryCacheQueryTestSuite.java           |   2 +
 3 files changed, 295 insertions(+)
 create mode 100644 modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheParallelismQuerySortOrderTest.java