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/19 09:15:59 UTC

[ignite-3] branch ignite-13669 updated (560f31c -> f37a011)

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 560f31c  Add temporal types support to Client API.
     add f37a011  Minors after review.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/ignite/schema/ColumnType.java  |  61 +++++---
 .../apache/ignite/internal/schema/NativeTypes.java |   9 +-
 .../SchemaConfigurationConverter.java              |   2 +-
 .../configuration/SchemaDescriptorConverter.java   |   2 +
 .../schema/registry/UpgradingRowAdapter.java       | 161 +++++----------------
 .../org/apache/ignite/internal/schema/row/Row.java |  17 +--
 .../ignite/internal/schema/row/RowAssembler.java   |   6 +-
 .../internal/schema/row/TemporalTypesHelper.java   |  48 +++---
 8 files changed, 120 insertions(+), 186 deletions(-)