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 2022/03/18 10:36:09 UTC

[ignite-3] branch main updated (11f43ba -> 1447c85)

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

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


    from 11f43ba  IGNITE-16709 Implement JVM pause detector (#735)
     add 1447c85  IGNITE-16704 Removed excessive methods from BinaryRow interface. (#732)

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/schema/BinaryRow.java   |  68 +---
 .../ignite/internal/schema/ByteBufferRow.java      |  88 +----
 .../internal/schema/row/ExpandableByteBuf.java     |   2 +-
 .../org/apache/ignite/internal/schema/row/Row.java | 384 +++++++++++----------
 .../ignite/internal/schema/row/VarTableFormat.java |  40 +--
 5 files changed, 232 insertions(+), 350 deletions(-)