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

gortiz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 9439a82edb [timeseries] Adding timeseries query execution UI in 
pinot-controller (#16305)
     add a3170b5934 Add the continueOnError flag to the IndexCreationContext 
(#16331)

No new revisions were added by this update.

Summary of changes:
 .../creator/impl/SegmentColumnarIndexCreator.java     |  1 +
 .../local/segment/index/loader/BaseIndexHandler.java  |  3 ++-
 .../segment/index/loader/ForwardIndexHandler.java     | 12 +++++++++---
 ...tedIndexAndDictionaryBasedForwardIndexCreator.java |  6 +++++-
 .../index/loader/bloomfilter/BloomFilterHandler.java  |  4 ++++
 .../defaultcolumn/BaseDefaultColumnHandler.java       |  2 ++
 .../index/loader/invertedindex/FSTIndexHandler.java   |  2 ++
 .../index/loader/invertedindex/H3IndexHandler.java    |  4 ++++
 .../loader/invertedindex/InvertedIndexHandler.java    |  2 ++
 .../index/loader/invertedindex/JsonIndexHandler.java  |  4 ++++
 .../index/loader/invertedindex/RangeIndexHandler.java |  2 ++
 .../index/loader/invertedindex/TextIndexHandler.java  |  2 ++
 .../loader/invertedindex/VectorIndexHandler.java      |  4 ++++
 .../segment/spi/creator/IndexCreationContext.java     | 19 +++++++++++++++++--
 14 files changed, 60 insertions(+), 7 deletions(-)


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

Reply via email to