This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/mse-proto-segment-list
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 734bf8427d7 Auto-enable the proto segment list encoding from server
versions
omit 2354a3a243c Stop JSON-encoding MSE leaf-stage segment lists on the
broker compile path
add ee615670b3f Reduce per-segment allocations in broker routing (#19530)
add 4b06328c0cb Fix binary compatibility CI baseline selection (#19569)
add 051049b9be3 Report BrokerResourceMissing instead of a generic internal
error when MSE routing is absent (#19558)
add 81f1a03abf8 Bump org.apache.fory:fory-json from 1.7.2 to 1.7.3 (#19573)
add 2a07d3ec173 Bump at.yawk.lz4:lz4-java from 1.11.2 to 1.11.3 (#19574)
add 8e454baabaa fix(readers): don't leak column readers or skip segment
destroy on close() failure (#19572)
add 3b760adb71a Optimise the OPEN_STRUCT per-row consumption path, and
follow-up fixes from #18643 review (#19093)
add 22470be7320 Add a cluster config to rewrite exact DISTINCTCOUNT and
PERCENTILE into approximations (#19510)
add 42cd1d67b6f Tolerate concurrent deletes when sizing consumer and
segment directories (#19580)
add c1a26e91c1e Restore the default when an adaptive routing metric export
cluster config is removed (#19578)
add b319ffd5785 Share FieldSpecs and repeated values across segment
metadata loads (#19473)
add 257ec17d6fa Fix final group-by schema independently of server response
order (#19543)
add ec52ed81f6f Intern the instance id in ServerInstance (#19583)
add ce2dc49cb0f Add SQL query option policies: legacy OPTION() cluster
config and per-request sqlOptionsMode (#19570)
add 06d6079e49f Stop the single-stage engine from silently ignoring the
HAVING clause (#19554)
add bf0793af430 Fix protobuf descriptor file temp directory leak (#19378)
add 3764aea534e Drop star-tree indexes left unreadable by a dimension
encoding change (#19349)
add 15b838a5df8 Fall back to last-known-good protobuf descriptor when the
remote fetch fails (#19434)
add ef75ed97148 Remove unused 5-arg getValidDocIdFromServerMatchingCrc
overload (#19585)
add be6eb519c65 Bump org.webjars:swagger-ui from 5.32.14 to 5.32.15
(#19588)
add e19541a477f Serialize cluster config listener registration with change
processing (#19590)
add 6d522d9a77d Do not build a discarded result when an accumulator
reaches its threshold (#19449)
add e1762ad216d Use dedicated weak interners for metadata column names and
defaults (#19584)
add 6f68898b74b Mark the "query received" log record so it can be routed
independently (#19454)
add 2589860e1de Drop null-valued entries from cluster config snapshots
(#19594)
add 5b650aed3bc Fix Arrow response encoder failing on non-String OBJECT
values (#19591)
add efe37ec91f9 Include nested children in ComplexFieldSpec equality and
hashing (#19592)
add a850af47045 Bump software.amazon.awssdk:bom from 2.54.17 to 2.54.18
(#19598)
add 52bf9e08b75 Bump docker/setup-buildx-action from 4.3.0 to 4.4.0
(#19599)
add e9b9d9bee15 Bump docker/setup-qemu-action from 4.3.0 to 4.4.0 (#19600)
add 3b6be9c8b7e Fix flaky ReceivingMailboxTest.readingUnblocksWriters
(#19597)
add 7f79c65927d Support distinct ARRAY_AGG as a star-tree aggregation
function (#19595)
add 1d85f901241 Bump com.github.jnr:jnr-posix from 3.2.2 to 3.2.4 (#19624)
add d6911dc4619 Bump org.mongodb:bson from 5.11.1 to 5.12.0 (#19623)
add d7690b6ac8e Bump org.jline:jline from 4.4.3 to 4.4.5 (#19622)
add e8a01048f00 Bump com.github.luben:zstd-jni from 1.5.7-16 to 1.5.7-17
(#19619)
add 7cd5bf42576 Bump protobuf.version from 4.36.1 to 4.36.2 (#19618)
add d9f39224e35 Bump com.github.jnr:jnr-ffi from 2.3.1 to 2.3.3 (#19617)
add 4d6d52633ae Bump software.amazon.awssdk:bom from 2.54.18 to 2.55.0
(#19616)
add d722da2f207 Bump io.github.hakky54:ayza-bom from 10.0.7 to 10.1.0
(#19615)
add fec15446ed2 Bump prometheus.metrics.version from 1.8.0 to 1.9.0
(#19614)
add 19a990e8acf Bump com.nimbusds:nimbus-jose-jwt from 10.9.1 to 10.10
(#19613)
add e86f170857a Bump org.apache.fory:fory-json from 1.7.3 to 1.7.4 (#19621)
add 7fafbc638e8 Bump com.github.jnr:jnr-constants from 0.11.0 to 0.11.2
(#19620)
add d22a30034d3 [perf] Reduce allocations in multi-stage grouping and
result conversion (#19601)
add 12e7af1dc18 Skip block copies for spool stages whose workers are all
remote (#19428)
add 554f9cda26b Add null-aware star-tree index (#19367)
add 8e814b0dbc6 Reuse UTF-8 scratch for DataTable dictionary decoding
(#19535)
add ff2eee7fafb Support PostgreSQL hex bytea literals (#19263)
add 2c39dbaef0d Stop JSON-encoding MSE leaf-stage segment lists on the
broker compile path
add 417cdc7e7c0 Auto-enable the proto segment list encoding from server
versions
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 (734bf8427d7)
\
N -- N -- N refs/heads/xiangfu0/mse-proto-segment-list
(417cdc7e7c0)
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:
.github/workflows/build-pinot-docker-image.yml | 4 +-
.github/workflows/build-superset-docker-image.yml | 4 +-
...htly-build-multi-arch-superset-docker-image.yml | 4 +-
.github/workflows/pinot_compatibility_checks.yml | 28 +-
.../broker/api/resources/PinotClientRequest.java | 3 +-
.../broker/broker/helix/BaseBrokerStarter.java | 18 +-
.../apache/pinot/broker/grpc/BrokerGrpcServer.java | 3 +-
.../apache/pinot/broker/querylog/QueryLogger.java | 22 +-
.../ApproximateFunctionOverrideProvider.java | 161 ++++++++
.../requesthandler/BaseBrokerRequestHandler.java | 23 +-
.../BaseSingleStageBrokerRequestHandler.java | 112 ++++--
.../BrokerRequestHandlerDelegate.java | 5 +-
.../MultiStageBrokerRequestHandler.java | 18 +
.../instanceselector/BalancedInstanceSelector.java | 16 +-
.../ReplicaGroupInstanceSelector.java | 15 +-
.../routing/manager/BaseBrokerRoutingManager.java | 23 +-
.../pinot/broker/querylog/QueryLoggerTest.java | 32 ++
.../ApproximateFunctionOverrideProviderTest.java | 134 +++++++
.../BaseSingleStageBrokerRequestHandlerTest.java | 61 +++
.../LiteralOnlyBrokerRequestTest.java | 50 ++-
.../broker/requesthandler/QueryOverrideTest.java | 56 ++-
.../broker/requesthandler/QueryValidationTest.java | 8 +-
.../instanceselector/InstanceSelectorTest.java | 62 +++
.../routing/manager/BrokerRoutingManagerTest.java | 114 +++++-
pinot-common/src/main/codegen/config.fmpp | 2 +
.../src/main/codegen/includes/parserImpls.ftl | 25 ++
.../config/DefaultClusterConfigChangeHandler.java | 47 +--
.../pinot/common/datablock/BaseDataBlock.java | 35 --
.../common/datablock/ZeroCopyDataBlockSerde.java | 22 +-
.../pinot/common/datatable/DataTableImplV4.java | 7 +-
.../pinot/common/datatable/DataTableUtils.java | 29 ++
.../apache/pinot/common/metrics/BrokerMeter.java | 5 +
.../pinot/common/response/BrokerResponse.java | 13 +
.../response/broker/BrokerResponseNative.java | 19 +-
.../response/broker/BrokerResponseNativeV2.java | 18 +-
.../response/broker/CursorResponseNative.java | 5 +-
.../response/encoder/ArrowResponseEncoder.java | 3 +-
.../org/apache/pinot/common/utils/FileUtils.java | 22 +
.../utils/config/QueryOptionConfigListener.java | 78 ++++
.../common/utils/config/QueryOptionsUtils.java | 55 ++-
.../pinot/common/utils/request/RequestUtils.java | 32 +-
.../apache/pinot/sql/parsers/CalciteSqlParser.java | 127 +++++-
.../pinot/sql/parsers/PostgreSqlCastRewriter.java | 201 ++++++++++
...nAggregationGroupByToDistinctQueryRewriter.java | 7 +
.../datablock/ZeroCopyDataBlockSerdeTest.java | 27 ++
.../DataTableUtilsDecodeStringArrayTest.java | 174 ++++++++
.../pinot/common/request/LiteralSerDeTest.java | 2 +
.../response/encoder/ArrowResponseEncoderTest.java | 16 +
.../config/QueryOptionConfigListenerTest.java | 71 ++++
.../common/utils/request/RequestUtilsTest.java | 6 +
.../pinot/sql/parsers/CalciteSqlParserTest.java | 233 +++++++++++
.../pinot/sql/parsers/SqlOptionsModeTest.java | 136 +++++++
.../api/resources/PinotQueryResource.java | 54 +--
.../api/resources/PinotQueryResourceTest.java | 40 ++
.../core/operator/combine/BaseCombineOperator.java | 8 +-
.../core/operator/query/AggregationOperator.java | 11 +-
.../query/FilteredAggregationOperator.java | 6 +-
.../operator/query/FilteredGroupByOperator.java | 6 +-
.../pinot/core/operator/query/GroupByOperator.java | 13 +-
.../streaming/BaseStreamingCombineOperator.java | 9 +-
.../function/AggregationFunctionUtils.java | 81 ++--
.../function/AvgAggregationFunction.java | 32 +-
...istinctCountSmartSketchAggregationFunction.java | 77 +++-
.../DistinctCountSmartHLLAggregationFunction.java | 19 +-
...stinctCountSmartHLLPlusAggregationFunction.java | 19 +-
.../DistinctCountSmartULLAggregationFunction.java | 19 +-
.../PercentileSmartTDigestAggregationFunction.java | 69 +++-
.../array/ArrayAggDistinctBigDecimalFunction.java | 19 +
.../array/ArrayAggDistinctBytesFunction.java | 21 +
.../array/ArrayAggDistinctDoubleFunction.java | 19 +
.../array/ArrayAggDistinctFloatFunction.java | 19 +
.../array/ArrayAggDistinctIntFunction.java | 19 +
.../array/ArrayAggDistinctLongFunction.java | 19 +
.../array/ArrayAggDistinctStringFunction.java | 19 +
.../array/BaseArrayAggBigDecimalFunction.java | 37 ++
.../function/array/BaseArrayAggBytesFunction.java | 38 ++
.../function/array/BaseArrayAggDoubleFunction.java | 40 ++
.../function/array/BaseArrayAggFloatFunction.java | 40 ++
.../function/array/BaseArrayAggFunction.java | 25 ++
.../function/array/BaseArrayAggIntFunction.java | 40 ++
.../function/array/BaseArrayAggLongFunction.java | 40 ++
.../function/array/BaseArrayAggStringFunction.java | 37 ++
.../aggregation/groupby/utils/DoubleToIdMap.java | 5 +-
.../aggregation/groupby/utils/FloatToIdMap.java | 5 +-
.../aggregation/groupby/utils/IntToIdMap.java | 5 +-
.../aggregation/groupby/utils/LongToIdMap.java | 5 +-
.../aggregation/groupby/utils/ObjectToIdMap.java | 5 +-
.../query/reduce/AggregationDataTableReducer.java | 26 +-
.../core/query/reduce/GroupByDataTableReducer.java | 3 +
.../startree/StarTreePreAggregatedBlockValSet.java | 171 ++++++++
.../apache/pinot/core/startree/StarTreeUtils.java | 222 ++++++----
.../executor/StarTreeAggregationExecutor.java | 17 +-
.../startree/executor/StarTreeGroupByExecutor.java | 26 +-
.../pinot/core/transport/ServerInstance.java | 10 +-
.../routing/stats/ServerRoutingStatsManager.java | 14 +-
.../datatable/DataTableDictionarySerDeTest.java | 95 +++++
...stinctCountSmartHLLAggregationFunctionTest.java | 126 ++++++
...centileSmartTDigestAggregationFunctionTest.java | 76 ++++
.../groupby/utils/ValueToIdMapTest.java | 85 ++++
.../core/query/reduce/GroupByFinalSchemaTest.java | 90 +++++
.../pinot/core/startree/StarTreeUtilsTest.java | 15 +-
...2Test.java => ArrayAggBytesStarTreeV2Test.java} | 29 +-
...TreeV2Test.java => ArrayAggStarTreeV2Test.java} | 28 +-
.../pinot/core/transport/ServerInstanceTest.java | 12 +
.../stats/ServerRoutingStatsManagerTest.java | 41 +-
.../pinot/queries/ArrayAggStarTreeQueriesTest.java | 311 ++++++++++++++
.../apache/pinot/queries/HavingQueriesTest.java | 186 +++++++++
.../queries/NullAwareStarTreeQueriesTest.java | 387 ++++++++++++++++++
...ApproximateFunctionOverrideIntegrationTest.java | 202 ++++++++++
.../integration/tests/custom/BytesMvTypeTest.java | 56 +--
.../integration/tests/custom/BytesTypeTest.java | 21 +
.../protobuf/ProtoBufMessageDecoder.java | 38 +-
.../inputformat/protobuf/ProtoBufRecordReader.java | 7 +-
.../plugin/inputformat/protobuf/ProtoBufUtils.java | 158 +++++++-
.../protobuf/ProtoBufMessageDecoderTest.java | 25 ++
.../protobuf/ProtoBufTempFileLeakTest.java | 185 +++++++++
.../protobuf/ProtoBufUtilsDescriptorCacheTest.java | 312 +++++++++++++++
.../pinot/plugin/minion/tasks/MinionTaskUtils.java | 25 +-
.../PinotApproximateAggregateRewriteRule.java | 191 +++++++++
.../calcite/rel/rules/PinotQueryRuleSets.java | 4 +
.../org/apache/pinot/query/QueryEnvironment.java | 19 +
.../apache/pinot/query/context/PlannerContext.java | 14 +
.../apache/pinot/query/routing/WorkerManager.java | 15 +-
.../query/ApproximateAggregateRewriteTest.java | 162 ++++++++
.../apache/pinot/query/QueryCompilationTest.java | 26 ++
.../pinot/query/routing/WorkerManagerTest.java | 178 ++++++++-
.../pinot/query/mailbox/GrpcSendingMailbox.java | 9 +-
.../query/mailbox/InMemorySendingMailbox.java | 6 +
.../apache/pinot/query/mailbox/SendingMailbox.java | 31 +-
.../runtime/executor/OpChainSchedulerService.java | 21 +-
.../runtime/operator/MailboxSendOperator.java | 3 +-
.../operator/MultistageGroupByExecutor.java | 56 ++-
.../runtime/operator/exchange/BlockExchange.java | 34 ++
.../operator/exchange/BroadcastExchange.java | 32 +-
.../runtime/operator/groupby/GroupIdGenerator.java | 3 +-
.../query/runtime/operator/utils/TypeUtils.java | 8 +-
.../query/mailbox/GrpcSendingMailboxTest.java | 12 +
.../query/mailbox/InMemorySendingMailboxTest.java | 12 +
.../pinot/query/mailbox/ReceivingMailboxTest.java | 1 -
.../operator/MultistageGroupByExecutorTest.java | 173 ++++++++
.../operator/exchange/BlockExchangeTest.java | 22 +
.../operator/exchange/BroadcastExchangeTest.java | 73 +++-
.../runtime/operator/utils/TypeUtilsTest.java | 87 ++++
.../src/test/resources/queries/BinaryTypes.json | 27 +-
.../ArrayAggDistinctValueAggregator.java | 408 +++++++++++++++++++
.../local/aggregator/CountValueAggregator.java | 11 +
.../DistinctCountBitmapValueAggregator.java | 4 +-
.../DistinctCountThetaSketchValueAggregator.java | 4 +-
.../segment/local/aggregator/ValueAggregator.java | 22 +
.../local/aggregator/ValueAggregatorFactory.java | 4 +
.../local/customobject/CpcSketchAccumulator.java | 24 +-
.../customobject/CustomObjectAccumulator.java | 8 +-
.../local/customobject/ThetaSketchAccumulator.java | 38 +-
.../customobject/TupleIntSketchAccumulator.java | 38 +-
.../immutable/ImmutableSegmentImpl.java | 8 +
.../indexsegment/mutable/MutableSegmentImpl.java | 14 +-
.../local/io/reader/impl/FixedBitIntReader.java | 3 +-
.../creator/impl/SegmentColumnarIndexCreator.java | 25 +-
.../impl/openstruct/OpenStructColumnSplitter.java | 57 +--
.../stats/NoDictColumnStatisticsCollector.java | 18 +
.../segment/index/loader/SegmentPreProcessor.java | 32 +-
.../openstruct/ImmutableOpenStructDataSource.java | 123 ++++++
.../segment/index/openstruct/MutableKeyColumn.java | 23 +-
.../index/openstruct/MutableOpenStructIndex.java | 86 ++--
.../index/openstruct/OpenStructIndexType.java | 33 ++
.../segment/readers/PinotSegmentRecordReader.java | 49 ++-
.../segment/store/SegmentLocalFSDirectory.java | 8 +-
.../local/segment/store/StarTreeIndexReader.java | 21 +
.../local/startree/StarTreeBuilderUtils.java | 38 ++
.../startree/v2/builder/BaseSingleTreeBuilder.java | 245 +++++++++---
.../v2/builder/OffHeapSingleTreeBuilder.java | 73 +++-
.../startree/v2/builder/StarTreeIndexCombiner.java | 16 +
.../v2/builder/StarTreeIndexSeparator.java | 5 +
.../v2/builder/StarTreeV2BuilderConfig.java | 39 +-
.../startree/v2/store/StarTreeDataSource.java | 9 +-
.../startree/v2/store/StarTreeIndexMapUtils.java | 14 +-
.../startree/v2/store/StarTreeLoaderUtils.java | 43 +-
.../segment/local/utils/TableConfigUtils.java | 7 +-
.../ArrayAggDistinctValueAggregatorTest.java | 230 +++++++++++
.../customobject/CpcSketchAccumulatorTest.java | 32 ++
.../customobject/ThetaSketchAccumulatorTest.java | 33 ++
.../TupleIntSketchAccumulatorTest.java | 47 +++
.../mutable/MutableSegmentImplOpenStructTest.java | 106 +++++
.../openstruct/OpenStructColumnSplitterTest.java | 15 +-
.../segment/index/SegmentMetadataImplTest.java | 191 ++++++++-
.../index/loader/SegmentPreProcessorTest.java | 272 +++++++++++++
.../ImmutableOpenStructDataSourceTest.java | 389 +++++++++++++++++-
.../openstruct/MutableOpenStructIndexTest.java | 155 ++++++-
.../index/openstruct/OpenStructIndexTypeTest.java | 30 ++
.../readers/PinotSegmentRecordReaderCloseTest.java | 90 +++++
.../v2/builder/NullAwareStarTreeBuilderTest.java | 230 +++++++++++
.../v2/builder/StarTreeBuilderUtilsTest.java | 2 +-
.../pinot/segment/spi/AggregationFunctionType.java | 23 +-
.../spi/datasource/OpenStructDataSource.java | 26 ++
.../spi/index/metadata/ColumnMetadataImpl.java | 88 +++-
.../spi/index/metadata/SegmentMetadataImpl.java | 10 +-
.../startree/AggregationFunctionColumnPair.java | 49 ++-
.../spi/index/startree/StarTreeV2Constants.java | 2 +
.../spi/index/startree/StarTreeV2Metadata.java | 21 +-
.../spi/index/metadata/ColumnMetadataImplTest.java | 445 ++++++++++++++++++++-
.../spi/index/startree/StarTreeV2MetadataTest.java | 3 +-
.../api/resources/SegmentMetadataFetcher.java | 4 +
.../server/starter/helix/BaseServerStarter.java | 8 +-
.../provider/PinotClusterConfigProvider.java | 16 +
.../spi/config/table/StarTreeIndexConfig.java | 25 +-
.../apache/pinot/spi/data/ComplexFieldSpec.java | 16 +
.../apache/pinot/spi/exception/QueryErrorCode.java | 6 +
.../ColumnNameInterner.java} | 24 +-
.../apache/pinot/spi/utils/CommonConstants.java | 66 ++-
.../utils/ProtoBufDescriptorFallbackListener.java | 87 ++++
.../provider/PinotClusterConfigProviderTest.java | 17 +-
.../org/apache/pinot/spi/data/FieldSpecTest.java | 42 ++
.../ProtoBufDescriptorFallbackListenerTest.java | 75 ++++
.../compile/DdlCompilerMaterializedViewTest.java | 22 +
pom.xml | 28 +-
215 files changed, 11043 insertions(+), 963 deletions(-)
create mode 100644
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/ApproximateFunctionOverrideProvider.java
create mode 100644
pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/ApproximateFunctionOverrideProviderTest.java
create mode 100644
pinot-common/src/main/java/org/apache/pinot/common/utils/config/QueryOptionConfigListener.java
create mode 100644
pinot-common/src/main/java/org/apache/pinot/sql/parsers/PostgreSqlCastRewriter.java
create mode 100644
pinot-common/src/test/java/org/apache/pinot/common/datatable/DataTableUtilsDecodeStringArrayTest.java
create mode 100644
pinot-common/src/test/java/org/apache/pinot/common/utils/config/QueryOptionConfigListenerTest.java
create mode 100644
pinot-common/src/test/java/org/apache/pinot/sql/parsers/SqlOptionsModeTest.java
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/startree/StarTreePreAggregatedBlockValSet.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/common/datatable/DataTableDictionarySerDeTest.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/groupby/utils/ValueToIdMapTest.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/query/reduce/GroupByFinalSchemaTest.java
copy
pinot-core/src/test/java/org/apache/pinot/core/startree/v2/{DistinctCountRawHLLStarTreeV2Test.java
=> ArrayAggBytesStarTreeV2Test.java} (53%)
copy
pinot-core/src/test/java/org/apache/pinot/core/startree/v2/{DistinctCountRawHLLStarTreeV2Test.java
=> ArrayAggStarTreeV2Test.java} (53%)
create mode 100644
pinot-core/src/test/java/org/apache/pinot/queries/ArrayAggStarTreeQueriesTest.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/queries/HavingQueriesTest.java
create mode 100644
pinot-core/src/test/java/org/apache/pinot/queries/NullAwareStarTreeQueriesTest.java
create mode 100644
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ApproximateFunctionOverrideIntegrationTest.java
create mode 100644
pinot-plugins/pinot-input-format/pinot-protobuf/src/test/java/org/apache/pinot/plugin/inputformat/protobuf/ProtoBufTempFileLeakTest.java
create mode 100644
pinot-plugins/pinot-input-format/pinot-protobuf/src/test/java/org/apache/pinot/plugin/inputformat/protobuf/ProtoBufUtilsDescriptorCacheTest.java
create mode 100644
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/rules/PinotApproximateAggregateRewriteRule.java
create mode 100644
pinot-query-planner/src/test/java/org/apache/pinot/query/ApproximateAggregateRewriteTest.java
create mode 100644
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/MultistageGroupByExecutorTest.java
create mode 100644
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/utils/TypeUtilsTest.java
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/aggregator/ArrayAggDistinctValueAggregator.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/aggregator/ArrayAggDistinctValueAggregatorTest.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImplOpenStructTest.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/readers/PinotSegmentRecordReaderCloseTest.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/startree/v2/builder/NullAwareStarTreeBuilderTest.java
copy
pinot-spi/src/main/java/org/apache/pinot/spi/{config/table/TableCustomConfig.java
=> utils/ColumnNameInterner.java} (59%)
create mode 100644
pinot-spi/src/main/java/org/apache/pinot/spi/utils/ProtoBufDescriptorFallbackListener.java
create mode 100644
pinot-spi/src/test/java/org/apache/pinot/spi/utils/ProtoBufDescriptorFallbackListenerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]