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/06/15 14:21:07 UTC

[ignite-3] branch ignite-14863 updated (1ab9682 -> f7864a2)

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

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


    from 1ab9682  Mute test.
     add f7864a2  Introduce upgrading row adapter.

No new revisions were added by this update.

Summary of changes:
 .../internal/runner/app/SchemaChangeTest.java      |  8 +-
 .../org/apache/ignite/internal/schema/Column.java  | 11 ++-
 .../org/apache/ignite/internal/schema/Row.java     | 80 ++++++++++++++------
 .../ignite/internal/schema/SchemaRegistry.java     |  6 ++
 .../configuration/SchemaDescriptorConverter.java   | 11 ++-
 .../internal/schema/registry/ColumnMapping.java    | 64 ++++++++++++++++
 .../schema/registry/SchemaRegistryImpl.java        | 85 +++++++++++++++++++++-
 .../ignite/distributed/ITDistributedTableTest.java |  5 ++
 .../ignite/internal/table/KVBinaryViewImpl.java    |  5 +-
 .../apache/ignite/internal/table/TableImpl.java    |  5 +-
 .../table/TableBinaryViewOperationsTest.java       |  6 +-
 .../table/impl/DummySchemaManagerImpl.java         |  9 +++
 12 files changed, 246 insertions(+), 49 deletions(-)
 create mode 100644 modules/schema/src/main/java/org/apache/ignite/internal/schema/registry/ColumnMapping.java