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 3992e7c52e1 Bump com.google.cloud:libraries-bom from 26.62.0 to
26.63.0 (#16262)
add d6a932eef98 Cleanup some wrong import (#16256)
No new revisions were added by this update.
Summary of changes:
config/checkstyle.xml | 16 +-
.../broker/BasicAuthAccessControlFactory.java | 3 +-
.../SegmentZkMetadataFetcherTest.java | 2 +-
.../java/org/apache/pinot/common/data/Segment.java | 5 +-
.../pinot/common/datablock/ColumnarDataBlock.java | 8 -
.../pinot/common/datablock/MetadataBlock.java | 4 -
.../pinot/common/datablock/RowDataBlock.java | 8 -
.../pinot/common/function/JsonPathCache.java | 6 +-
.../common/messages/TableDeletionMessage.java | 3 +-
.../metadata/segment/SegmentPartitionMetadata.java | 5 +-
.../SegmentZKMetadataCustomMapModifier.java | 5 +-
.../response/broker/BrokerResponseNative.java | 7 +-
.../response/broker/BrokerResponseNativeV2.java | 7 +-
.../rewriter/PredicateComparisonRewriterTest.java | 2 +-
.../test/java/org/apache/pinot/util/TestUtils.java | 5 +-
.../pinot/controller/api/resources/TableViews.java | 10 +-
.../controller/util/TableRetentionValidator.java | 3 +-
.../pinot/controller/util/TableSizeReader.java | 3 +-
.../CPUMemThreadLevelAccountingObjects.java | 3 +-
.../transform/transformer/DataTransformer.java | 5 +-
.../datetime/BaseDateTimeTransformer.java | 3 +-
.../datetime/EpochToEpochTransformer.java | 3 +-
.../datetime/EpochToSDFTransformer.java | 3 +-
.../datetime/SDFToEpochTransformer.java | 3 +-
.../transformer/datetime/SDFToSDFTransformer.java | 3 +-
.../timeunit/CustomTimeUnitTransformer.java | 9 +-
.../timeunit/JavaTimeUnitTransformer.java | 5 +-
.../timeunit/TimeUnitTransformerFactory.java | 4 +-
.../utils/exprminmax/ExprMinMaxObject.java | 2 -
.../core/data/function/DateTimeFunctionsTest.java | 2 +-
.../pinot/core/data/manager/TableIndexingTest.java | 5 +-
.../operator/ThreadCpuTimeMeasurementTest.java | 5 +-
.../DateTimeConversionTransformFunctionTest.java | 3 +-
.../function/LookupTransformFunctionTest.java | 2 +-
.../PostAggregationFunctionTest.java | 2 +-
.../core/query/scheduler/TestSchedulerGroup.java | 3 +-
.../queries/NullHandlingEnabledQueriesTest.java | 87 ++++---
.../apache/pinot/queries/StUnionQueriesTest.java | 2 +-
.../tests/GroupByOptionsIntegrationTest.java | 9 +-
.../tests/GroupByTrimmingIntegrationTest.java | 278 +++++++++++----------
.../tests/MultiStageEngineSmallBufferTest.java | 8 +-
.../tests/NullHandlingIntegrationTest.java | 26 +-
...flineClusterMemBasedBrokerQueryKillingTest.java | 14 +-
...flineClusterMemBasedServerQueryKillingTest.java | 32 +--
...fflineClusterServerCPUTimeQueryKillingTest.java | 12 +-
.../tests/RowLevelSecurityIntegrationTest.java | 35 ++-
.../tests/TimeSeriesIntegrationTest.java | 3 +-
.../tests/cursors/MemoryResponseStore.java | 5 +-
.../tests/custom/MultiColumnTextIndicesTest.java | 44 ++--
.../integration/tests/custom/TextIndicesTest.java | 2 +-
.../filesystem/test/ADLSGen2PinotFSTest.java | 55 ++--
.../protobuf/ProtoBufSchemaUtilsTest.java | 31 +--
.../pinot/segment/local/customobject/AvgPair.java | 8 +-
.../local/customobject/CovarianceTuple.java | 8 +-
.../local/customobject/CpcSketchAccumulator.java | 2 -
.../customobject/CustomObjectAccumulator.java | 2 -
.../local/customobject/MinMaxRangePair.java | 8 +-
.../local/customobject/ThetaSketchAccumulator.java | 2 -
.../customobject/TupleIntSketchAccumulator.java | 2 -
.../realtime/impl/RealtimeSegmentStatsHistory.java | 7 +-
.../impl/forward/CLPMutableForwardIndexV2.java | 9 +-
.../impl/forward/SameValueMutableForwardIndex.java | 5 +-
.../realtime/impl/geospatial/MutableH3Index.java | 5 +-
.../realtime/impl/vector/MutableVectorIndex.java | 5 +-
.../SchemaConformingTransformer.java | 11 +-
.../creator/impl/SegmentDictionaryCreator.java | 5 +-
.../creator/impl/fwd/CLPForwardIndexCreatorV2.java | 3 +-
.../impl/nullvalue/NullValueVectorCreator.java | 5 +-
.../impl/vector/HnswVectorIndexCreator.java | 3 +-
.../index/text/AbstractTextIndexCreator.java | 5 +-
.../local/segment/virtualcolumn/package-info.java | 22 --
.../SchemaConformingTransformerTest.java | 13 +-
.../index/creator/NativeTextIndexCreatorTest.java | 24 +-
.../v2/builder/StarTreeBuilderUtilsTest.java | 44 ++--
.../v2/builder/StarTreeIndexSeparatorTest.java | 2 +-
.../mutablefst/MutableFSTConcurrentTest.java | 22 +-
.../nativefst/mutablefst/MutableFSTImplTest.java | 37 ++-
.../pinot/segment/spi/index/IndexCreator.java | 5 +-
.../spi/index/creator/BloomFilterCreator.java | 5 +-
.../DictionaryBasedInvertedIndexCreator.java | 14 +-
.../segment/spi/index/creator/FSTIndexCreator.java | 5 +-
.../spi/index/creator/ForwardIndexCreator.java | 5 +-
.../spi/index/creator/GeoSpatialIndexCreator.java | 5 +-
.../spi/index/creator/JsonIndexCreator.java | 5 +-
.../spi/index/creator/VectorIndexCreator.java | 5 +-
.../spi/index/mutable/MutableForwardIndex.java | 5 +-
.../segment/spi/index/mutable/MutableIndex.java | 5 +-
.../spi/index/mutable/MutableInvertedIndex.java | 9 +-
.../spi/index/mutable/MutableJsonIndex.java | 6 +-
.../spi/index/mutable/MutableTextIndex.java | 6 +-
.../AggregationFunctionColumnPairTest.java | 18 +-
.../spi/index/startree/StarTreeV2MetadataTest.java | 12 +-
.../server/api/resources/PrimaryKeyCount.java | 3 +-
.../PredownloadPredownloadStatusRecorderTest.java | 22 +-
.../predownload/PredownloadSchedulerTest.java | 13 +-
.../predownload/PredownloadSegmentInfoTest.java | 16 +-
.../predownload/PredownloadTableInfoTest.java | 8 +-
.../predownload/PredownloadZKClientTest.java | 16 +-
.../org/apache/pinot/spi/utils/EqualityUtils.java | 3 +-
.../java/org/apache/pinot/spi/utils/JsonUtils.java | 3 +-
100 files changed, 567 insertions(+), 696 deletions(-)
delete mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/virtualcolumn/package-info.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]