You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/10/25 00:24:14 UTC

[incubator-pinot] branch master updated (9c84de7 -> 7d66875)

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

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


    from 9c84de7  Changing error log to warn in SegmentPreprocessingMapper (#4735)
     add 7d66875  Implement OffHeapMutableBytesStore for real-time var-length bytes store (#4385)

No new revisions were added by this update.

Summary of changes:
 .../impl/dictionary/OffHeapMutableBytesStore.java  | 259 +++++++++++++++++++++
 .../pinot/core/segment/memory/PinotDataBuffer.java |   2 +-
 .../dictionary/OffHeapMutableBytesStoreTest.java   | 142 +++++++++++
 ...java => BenchmarkOffHeapMutableBytesStore.java} | 106 +++++----
 4 files changed, 454 insertions(+), 55 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/realtime/impl/dictionary/OffHeapMutableBytesStore.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/realtime/impl/dictionary/OffHeapMutableBytesStoreTest.java
 copy pinot-perf/src/main/java/org/apache/pinot/perf/{BenchmarkStringDictionary.java => BenchmarkOffHeapMutableBytesStore.java} (51%)


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