You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ko...@apache.org on 2022/12/23 10:18:47 UTC

[ignite-3] branch main updated (44baaddc07 -> 1274781202)

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

korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 44baaddc07 IGNITE-18211 Sql. Adjust affinity distribution to the new colocation rules (#1434)
     add 1274781202 IGNITE-18450 Incorrect conversion of bitmask to binary tuple (#1470)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/schema/BinaryConverter.java    |   2 +-
 .../internal/schema/BinaryConverterTest.java       | 200 +++++++++++++++++++++
 2 files changed, 201 insertions(+), 1 deletion(-)
 create mode 100644 modules/schema/src/test/java/org/apache/ignite/internal/schema/BinaryConverterTest.java