This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from d72493e Update SegmentDumpTool to use PinotSegmentRecordReader. (#5505) add 04e12bd Config for raw index writer version (#5503) No new revisions were added by this update. Summary of changes: .../writer/impl/v1/BaseChunkSingleValueWriter.java | 8 +- .../impl/v1/FixedByteChunkSingleValueWriter.java | 10 +- .../impl/v1/VarByteChunkSingleValueWriter.java | 9 +- .../pinot/core/minion/RawIndexConverter.java | 3 +- .../creator/impl/SegmentColumnarIndexCreator.java | 43 ++-- .../fwd/SingleValueFixedByteRawIndexCreator.java | 20 +- .../fwd/SingleValueVarByteRawIndexCreator.java | 29 ++- .../defaultcolumn/BaseDefaultColumnHandler.java | 3 +- .../FixedByteChunkSingleValueReaderWriteTest.java | 225 ++++++++++++++------- .../VarByteChunkSingleValueReaderWriteTest.java | 49 +++-- .../apache/pinot/spi/config/table/FieldConfig.java | 13 +- .../converter/DictionaryToRawIndexConverter.java | 4 +- 12 files changed, 284 insertions(+), 132 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org