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/08/16 14:58:39 UTC

[ignite-3] branch ignite-15253 updated (5d1a4a5 -> f19304e)

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

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


    from 5d1a4a5  Decouple Tuple from Schema.
     add f19304e  Fix Live schema.

No new revisions were added by this update.

Summary of changes:
 .../schema/marshaller/TupleMarshaller.java         |  18 ++-
 .../ignite/internal/table/KVBinaryViewImpl.java    |  29 +---
 .../internal/table/LiveSchemaTupleBuilderImpl.java | 145 ------------------
 .../apache/ignite/internal/table/TableImpl.java    |  20 +--
 .../apache/ignite/internal/table/TupleImpl.java    |   8 +-
 .../ignite/internal/table/TupleMarshallerImpl.java | 167 +++++++++++++++++++--
 .../TupleMarshallerFixlenOnlyBenchmark.java        |   6 +-
 .../TupleMarshallerVarlenOnlyBenchmark.java        |   6 +-
 .../internal/table/KVViewOperationsTest.java       |  20 +--
 .../internal/table/StrictSchemaOperationsTest.java |  41 ++---
 .../ignite/internal/table/TupleImplTest.java       |  28 +---
 .../table/type/NumericTypesSerializerTest.java     |  57 ++++---
 12 files changed, 257 insertions(+), 288 deletions(-)
 delete mode 100644 modules/table/src/main/java/org/apache/ignite/internal/table/LiveSchemaTupleBuilderImpl.java