This is an automated email from the ASF dual-hosted git repository. lqc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 96bf1831b5 Retain boolean type from CLPLogRecordExtractor decoder. (#14497) add cf1cf9c00f Add support for storing non-CLP-encodable values in a separate column; Replace CLP row value that are too large to store in FixedByteMVMutableForwardIndex with an error message. (#14365) No new revisions were added by this update. Summary of changes: .../apache/pinot/common/metrics/ServerMeter.java | 3 + .../pinot-input-format/pinot-clp-log/pom.xml | 5 ++ .../inputformat/clplog/CLPLogMessageDecoder.java | 8 +- .../inputformat/clplog/CLPLogRecordExtractor.java | 92 ++++++++++++++++++++-- .../clplog/CLPLogRecordExtractorConfig.java | 45 ++++++++++- .../indexsegment/mutable/MutableSegmentImpl.java | 36 +++++++++ .../forward/FixedByteMVMutableForwardIndex.java | 6 ++ 7 files changed, 184 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org