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

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


    from 9d13825  Refactor gcs (#6841)
     add b66d874  Change ConcatCollector implementation to use off-heap (#6847)

No new revisions were added by this update.

Summary of changes:
 .../segment/processing/collector/Collector.java    |  13 +-
 .../processing/collector/ConcatCollector.java      | 163 ++++++++++-
 .../processing/collector/GenericRowSorter.java     |   4 +
 .../processing/collector/RollupCollector.java      |   9 +
 .../processing/framework/SegmentReducer.java       |   5 +-
 .../pinot/core/util/GenericRowSerDeUtils.java      | 316 +++++++++++++++++++++
 .../processing/framework/CollectorTest.java        |  29 +-
 7 files changed, 512 insertions(+), 27 deletions(-)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/util/GenericRowSerDeUtils.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to