You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2022/10/03 15:41:50 UTC

[ignite-3] branch main updated (e7df5e28ec -> 1134c40142)

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

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


    from e7df5e28ec IGNITE-17686 Revisit and fix exception handling in futures chains in sql-engine module (#1118)
     add 1134c40142 IGNITE-17801 Add support for Duration and Period types in BinaryTuple (#1152)

No new revisions were added by this update.

Summary of changes:
 .../internal/binarytuple/BinaryTupleBuilder.java   | 74 ++++++++++++++++++
 .../internal/binarytuple/BinaryTupleCommon.java    |  8 ++
 .../internal/binarytuple/BinaryTupleParser.java    | 46 ++++++++++++
 .../internal/binarytuple/BinaryTupleReader.java    | 24 ++++++
 .../internal/binarytuple/BinaryTupleTest.java      | 46 ++++++++++++
 .../Proto/BinaryTuple/BinaryTupleTests.cs          | 60 +++++++++++++++
 .../Proto/BinaryTuple/BinaryTupleBuilder.cs        | 87 ++++++++++++++++++++++
 .../Proto/BinaryTuple/BinaryTupleReader.cs         | 50 +++++++++----
 8 files changed, 380 insertions(+), 15 deletions(-)