You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tk...@apache.org on 2023/11/20 09:02:36 UTC

(ignite-3) branch main updated (951d199062 -> a3bbea1b81)

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

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


    from 951d199062 IGNITE-18662 Sql. Numeric to/from decimal cast with overflow does not produce an error (#2786)
     add a3bbea1b81 IGNITE-20891 Add thenCompose to OrderingFuture (#2851)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/future/OrderingFuture.java     | 105 +++++++++++++--
 .../OrderingFutureCallbackInterferenceTest.java    |  26 ++++
 .../future/OrderingFutureCallbackOrderingTest.java |  52 ++++++-
 .../future/OrderingFutureConcurrencyTest.java      |  30 ++++-
 .../ignite/internal/future/OrderingFutureTest.java | 149 +++++++++++++++++++++
 5 files changed, 347 insertions(+), 15 deletions(-)