This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch SegmentProcessorFrameworkImprovement in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 202216b5b7 Added support to upload segments in batch mode with METADATA upload type (#13690) add 66c8dfef78 Support apply logical type recursively to decode Avro message (#13669) add 8dd5b50b40 Update Notice and License for 1.2.0 Release (#13691) add 9fd75c950d Build Profiles for aarch64 (#13648) add 24e01c1c1b Add Broker Node Level Config: newSegmentExpirationTimeInSeconds (#13686) new 0022190559 Added support to upload segments in batch mode with METADATA upload type (#13690) 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 (202216b5b7) \ N -- N -- N refs/heads/SegmentProcessorFrameworkImprovement (0022190559) 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: LICENSE-binary | 661 ++++++++-------- NOTICE-binary | 880 +++++++++++++-------- licenses-binary/LICENSE-jsch.txt | 30 + .../instanceselector/BalancedInstanceSelector.java | 5 +- .../instanceselector/BaseInstanceSelector.java | 9 +- .../routing/instanceselector/InstanceSelector.java | 6 +- .../instanceselector/InstanceSelectorFactory.java | 11 +- .../MultiStageReplicaGroupSelector.java | 5 +- .../ReplicaGroupInstanceSelector.java | 5 +- .../StrictReplicaGroupInstanceSelector.java | 5 +- .../instanceselector/InstanceSelectorTest.java | 20 +- .../sql/parsers/rewriter/ClpRewriterTest.java | 9 + .../test/java/org/apache/pinot/util/TestUtils.java | 8 + .../function/ClpTransformFunctionsTest.java | 4 + .../tests/CLPEncodingRealtimeIntegrationTest.java | 3 + .../plugin/inputformat/avro/AvroSchemaUtil.java | 96 ++- .../inputformat/avro/AvroSchemaUtilTest.java | 237 ++++++ .../clplog/CLPLogRecordExtractorTest.java | 12 + .../local/segment/creator/DictionariesTest.java | 8 + .../index/creator/CLPForwardIndexCreatorTest.java | 3 + .../mutable/CLPMutableForwardIndexTest.java | 4 + .../spi/memory/PinotLArrayByteBufferTest.java | 5 + .../apache/pinot/spi/utils/CommonConstants.java | 4 + pom.xml | 52 ++ 24 files changed, 1394 insertions(+), 688 deletions(-) create mode 100644 licenses-binary/LICENSE-jsch.txt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org