This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 296e39f74f Upgrade Helix to 1.0.2
add d2396dd983 Fix dimension table load when server restart or reload
table (#8721)
add ae02ecefa4 Ingestion Aggregation Feature (#8611)
add 1b3819e787 add primitive indexOf overloads to Dictionary interface
(#8719)
add 1009159feb gitignore should include helm generated files (#8728)
add b4c4585813 Improve the range evaluation for raw values without range
index (#8722)
add 96a02910f3 Cache polygon h3 cells as it is expensive (#8725)
add ee82bd9c21 Upgrade Helix to 1.0.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (296e39f74f)
\
N -- N -- N refs/heads/helix-1.0 (ee82bd9c21)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.gitignore | 7 +-
kubernetes/helm/pinot/charts/zookeeper-7.0.0.tgz | Bin 34028 -> 0 bytes
kubernetes/helm/thirdeye/Chart.lock | 6 -
.../common/utils/config/TableConfigUtils.java | 2 +-
.../common/utils/config/TableConfigSerDeTest.java | 5 +-
.../connector/flink/http/PinotConnectionUtils.java | 6 +-
.../flink/sink/PinotSinkIntegrationTest.java | 2 +-
.../pinot/controller/util/FileIngestionHelper.java | 2 +-
.../helix/core/PinotHelixResourceManagerTest.java | 2 +-
.../core/retention/SegmentLineageCleanupTest.java | 2 +-
.../manager/offline/DimensionTableDataManager.java | 73 +++---
.../realtime/LLRealtimeSegmentDataManager.java | 4 +-
.../filter/H3InclusionIndexFilterOperator.java | 13 +-
.../filter/RangeIndexBasedFilterOperator.java | 20 +-
.../predicate/RangePredicateEvaluatorFactory.java | 271 ++++++++-------------
.../org/apache/pinot/core/plan/FilterPlanNode.java | 2 +-
.../offline/DimensionTableDataManagerTest.java | 188 +++++++-------
.../apache/pinot/core/util/SchemaUtilsTest.java | 7 +-
.../org/apache/pinot/queries/RangeQueriesTest.java | 8 +-
.../IngestionConfigHybridIntegrationTest.java | 3 +-
.../tests/JsonPathClusterIntegrationTest.java | 2 +-
.../tests/MapTypeClusterIntegrationTest.java | 2 +-
.../tests/OfflineClusterIntegrationTest.java | 2 +-
.../SegmentWriterUploaderIntegrationTest.java | 2 +-
.../preprocess/DataPreprocessingHelperTest.java | 2 +-
.../mergerollup/MergeRollupTaskGeneratorTest.java | 2 +-
.../RealtimeToOfflineSegmentsTaskExecutorTest.java | 7 +-
.../filebased/FileBasedSegmentWriterTest.java | 20 +-
.../indexsegment/mutable/MutableSegmentImpl.java | 245 +++++++++++++++----
.../local/realtime/impl/RealtimeSegmentConfig.java | 18 +-
.../index/readers/BaseImmutableDictionary.java | 5 +-
.../segment/index/readers/DoubleDictionary.java | 5 +
.../segment/index/readers/FloatDictionary.java | 5 +
.../local/segment/index/readers/IntDictionary.java | 5 +
.../segment/index/readers/LongDictionary.java | 5 +
.../readers/geospatial/ImmutableH3IndexReader.java | 2 +-
.../pinot/segment/local/utils/IngestionUtils.java | 11 +
.../segment/local/utils/TableConfigUtils.java | 87 ++++++-
...MutableSegmentImplIngestionAggregationTest.java | 230 +++++++++++++++++
.../mutable/MutableSegmentImplTestUtils.java | 24 +-
.../ExpressionTransformerTest.java | 16 +-
.../recordtransformer/RecordTransformerTest.java | 40 +--
.../local/segment/creator/DictionariesTest.java | 19 ++
.../SegmentGenerationWithFilterRecordsTest.java | 3 +-
.../index/loader/SegmentPreProcessorTest.java | 6 +-
.../segment/local/utils/IngestionUtilsTest.java | 43 +++-
.../segment/local/utils/TableConfigUtilsTest.java | 242 +++++++++++++++---
.../pinot/segment/spi/index/reader/Dictionary.java | 32 +++
...TransformConfig.java => AggregationConfig.java} | 21 +-
.../config/table/ingestion/IngestionConfig.java | 17 +-
.../pinot/spi/utils/IngestionConfigUtils.java | 16 +-
.../spi/utils/builder/TableConfigBuilder.java | 7 +
.../pinot/spi/utils/IngestionConfigUtilsTest.java | 10 +-
53 files changed, 1273 insertions(+), 503 deletions(-)
delete mode 100644 kubernetes/helm/pinot/charts/zookeeper-7.0.0.tgz
delete mode 100644 kubernetes/helm/thirdeye/Chart.lock
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImplIngestionAggregationTest.java
copy
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/{TransformConfig.java
=> AggregationConfig.java} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]