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/pinot.git
from 36298f0aa4 [Clean up] Simplify IngestionConfig construction (#8743) add fc564e90f5 Avoid query execution error when common aggregation functions are used w/ BIG_DECIMAL data type (#8769) No new revisions were added by this update. Summary of changes: .../query/aggregation/function/MaxAggregationFunction.java | 11 +++++++++++ .../query/aggregation/function/MinAggregationFunction.java | 11 +++++++++++ .../query/aggregation/function/SumAggregationFunction.java | 11 +++++++++++ .../local/indexsegment/mutable/MutableSegmentImpl.java | 6 ++++++ .../realtime/impl/forward/VarByteSVMutableForwardIndex.java | 5 +++++ .../local/segment/readers/PinotSegmentColumnReader.java | 2 ++ .../pinot/segment/spi/index/mutable/MutableForwardIndex.java | 10 ++++++++++ 7 files changed, 56 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org