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

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


    from 889889e  include pinot-confluent-avro plugin to the distribution 
(#5248)
     new 34080af  Derive num docs per chunk from max column value length for 
varbyte raw index creator (#5256)
     new 4ef4e24  Use 8byte offsets in chunk based raw index creator (#5285)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../reader/impl/v1/BaseChunkSingleValueReader.java |  27 +++--
 .../impl/v1/VarByteChunkSingleValueReader.java     |  10 +-
 .../writer/impl/v1/BaseChunkSingleValueWriter.java |  30 +++++-
 .../impl/v1/FixedByteChunkSingleValueWriter.java   |   5 +-
 .../impl/v1/VarByteChunkSingleValueWriter.java     |  15 ++-
 .../fwd/SingleValueVarByteRawIndexCreator.java     |  11 +-
 .../defaultcolumn/BaseDefaultColumnHandler.java    |   3 +-
 .../loader/invertedindex/TextIndexHandler.java     |   4 +-
 .../segment/memory/PinotNativeOrderLBuffer.java    |   2 +-
 .../segment/memory/PinotNonNativeOrderLBuffer.java |   2 +-
 .../FixedByteChunkSingleValueReaderWriteTest.java  |  25 +++--
 .../VarByteChunkSingleValueReaderWriteTest.java    | 120 +++++++++++++++++++--
 .../src/test/resources/data/fixedByteCompressed.v2 | Bin 0 -> 8098 bytes
 pinot-core/src/test/resources/data/fixedByteRaw.v2 | Bin 0 -> 16036 bytes
 .../resources/data/varByteStringsCompressed.v2     | Bin 0 -> 17355 bytes
 .../src/test/resources/data/varByteStringsRaw.v2   | Bin 0 -> 286902 bytes
 16 files changed, 205 insertions(+), 49 deletions(-)
 create mode 100644 pinot-core/src/test/resources/data/fixedByteCompressed.v2
 create mode 100644 pinot-core/src/test/resources/data/fixedByteRaw.v2
 create mode 100644 
pinot-core/src/test/resources/data/varByteStringsCompressed.v2
 create mode 100644 pinot-core/src/test/resources/data/varByteStringsRaw.v2


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

Reply via email to