This is an automated email from the ASF dual-hosted git repository. richardstartin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 2edcb6b Upgrade protobuf as the current version has security vulnerability (#8287) add eaf656b add more testing for MV var-length columns, detect overflow scenarios (#8286) No new revisions were added by this update. Summary of changes: .../writer/impl/BaseChunkSVForwardIndexWriter.java | 7 +- .../impl/VarByteChunkSVForwardIndexWriter.java | 37 ++--- .../impl/fwd/MultiValueVarByteRawIndexCreator.java | 3 + .../impl/VarByteChunkSVForwardIndexWriterTest.java | 183 +++++++++++++++++++++ .../MultiValueVarByteRawIndexCreatorTest.java | 131 ++++++++++----- 5 files changed, 293 insertions(+), 68 deletions(-) create mode 100644 pinot-segment-local/src/test/java/org/apache/pinot/segment/local/io/writer/impl/VarByteChunkSVForwardIndexWriterTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org