You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2022/10/05 21:10:49 UTC

[pinot] branch master updated (fe91910cc3 -> 5a2ed96af2)

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

rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from fe91910cc3 expose task finish time via debug API (#9534)
     add 5a2ed96af2 [multistage] [enhancement] Split row data block when row size is too large (#9485)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/datablock/RowDataBlock.java       |   4 +
 pinot-query-runtime/pom.xml                        |   7 ++
 .../channel/MailboxContentStreamObserver.java      |   2 +-
 .../query/runtime/blocks/TransferableBlock.java    |  18 ++-
 .../runtime/blocks/TransferableBlockUtils.java     |  44 ++++++++
 .../runtime/operator/MailboxSendOperator.java      |  96 +++++++++-------
 .../query/mailbox/GrpcMailboxServiceTest.java      |   2 +-
 .../query/runtime/TransferableBlockUtilsTest.java  | 122 +++++++++++++++++++++
 8 files changed, 248 insertions(+), 47 deletions(-)
 create mode 100644 pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/TransferableBlockUtilsTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org