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/07/26 11:34:26 UTC

[ignite-3] branch ignite-13669 updated (def910e -> f71feea)

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

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


    from def910e  Minor after review.
     add 4bd2f27  Fix test.
     add f71feea  Minor.

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/schema/NativeTypes.java |   6 +-
 .../ignite/internal/schema/TemporalNativeType.java |   7 +-
 .../org/apache/ignite/internal/schema/row/Row.java |  36 +++-
 .../ignite/internal/schema/row/RowAssembler.java   |  24 ++-
 .../internal/schema/row/TemporalTypesHelper.java   | 205 ++++++++++++++-------
 .../ignite/internal/schema/NativeTypeTest.java     |  61 +++---
 .../ignite/internal/schema/TemporalTypesTest.java  |  14 +-
 .../apache/ignite/internal/schema/TestUtils.java   |   4 +-
 8 files changed, 222 insertions(+), 135 deletions(-)