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

saurabhd336 pushed a change to branch release-1.0.0-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard f12930da8b [maven-release-plugin] prepare for next development 
iteration
 discard 91497773ea [maven-release-plugin] prepare release release-1.0.0-rc0
     add 02dc4704b1 Add the missing Authorize annotation to broker instance 
resource (#11302)
     add ee4044c54b Added support for COMMA join (#11312)
     add 0addf8138e Add instrumentation for dcount merge. Release bitmaps for 
and/or doc id set to save memory. `performance` (#11200)
     add 99a6a04587 Bump org.codehaus.mojo:versions-maven-plugin from 2.13.0 to 
2.16.0 (#11304)
     add bf721212bf Fix GREATEST and LEAST transform functions. (#11308)
     add 3bdc0e1c86 [multistage] Derive SUM return type to be PostgreSQL 
compatible (#11151)
     add 3fd8c36de0 Make task MaxAttemptsPerTask configurable (#11243)
     add 527eb4fddb Include package-lock.json in generated sources (#11321)

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   (f12930da8b)
            \
             N -- N -- N   refs/heads/release-1.0.0-rc (527eb4fddb)

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:
 contrib/pinot-fmpp-maven-plugin/pom.xml            |   6 +-
 pinot-broker/pom.xml                               |   5 +-
 .../broker/api/resources/InstanceResource.java     |  14 +-
 pinot-clients/pinot-java-client/pom.xml            |   5 +-
 pinot-clients/pinot-jdbc-client/pom.xml            |   8 +-
 pinot-clients/pom.xml                              |   6 +-
 pinot-common/pom.xml                               |  43 +++--
 .../apache/pinot/sql/parsers/CalciteSqlParser.java |   1 +
 pinot-compatibility-verifier/pom.xml               |   5 +-
 pinot-connectors/pinot-flink-connector/pom.xml     |   8 +-
 pinot-connectors/pinot-spark-2-connector/pom.xml   |   5 +-
 pinot-connectors/pinot-spark-3-connector/pom.xml   |   5 +-
 pinot-connectors/pinot-spark-common/pom.xml        |   5 +-
 pinot-connectors/pom.xml                           |   6 +-
 pinot-controller/pom.xml                           |   5 +-
 .../core/minion/PinotHelixTaskResourceManager.java |  18 +-
 .../helix/core/minion/PinotTaskManager.java        |   5 +-
 .../core/minion/generator/BaseTaskGenerator.java   |  19 +-
 .../core/minion/generator/PinotTaskGenerator.java  |   8 +
 pinot-core/pom.xml                                 |   5 +-
 .../apache/pinot/core/common/MinionConstants.java  |   6 +
 .../pinot/core/operator/docidsets/AndDocIdSet.java |  26 ++-
 .../pinot/core/operator/docidsets/OrDocIdSet.java  |  26 ++-
 .../SelectTupleElementTransformFunction.java       | 215 +--------------------
 .../BaseDistinctAggregateAggregationFunction.java  |   4 +
 .../TupleSelectionTransformFunctionsTest.java      |  30 ++-
 .../queries/NullHandlingEnabledQueriesTest.java    |   2 +-
 pinot-distribution/pinot-source-assembly.xml       |   1 -
 pinot-distribution/pom.xml                         |   7 +-
 pinot-integration-test-base/pom.xml                |   5 +-
 pinot-integration-tests/pom.xml                    |   5 +-
 .../tests/BaseClusterIntegrationTestSet.java       |   9 +
 .../tests/SimpleMinionClusterIntegrationTest.java  |  16 +-
 pinot-minion/pom.xml                               |   5 +-
 pinot-perf/pom.xml                                 |   5 +-
 .../pinot-batch-ingestion-common/pom.xml           |   6 +-
 .../pinot-batch-ingestion-hadoop/pom.xml           |   6 +-
 .../pinot-batch-ingestion-spark-2.4/pom.xml        |   6 +-
 .../pinot-batch-ingestion-spark-3.2/pom.xml        |   6 +-
 .../pinot-batch-ingestion-standalone/pom.xml       |   6 +-
 pinot-plugins/pinot-batch-ingestion/pom.xml        |   6 +-
 .../pinot-environment/pinot-azure/pom.xml          |   6 +-
 pinot-plugins/pinot-environment/pom.xml            |   6 +-
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |   5 +-
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |   6 +-
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |   5 +-
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml   |   9 +-
 pinot-plugins/pinot-file-system/pom.xml            |   6 +-
 .../pinot-input-format/pinot-avro-base/pom.xml     |   5 +-
 .../pinot-input-format/pinot-avro/pom.xml          |   5 +-
 .../pinot-input-format/pinot-clp-log/pom.xml       |   5 +-
 .../pinot-confluent-avro/pom.xml                   |   5 +-
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |   5 +-
 .../pinot-input-format/pinot-json/pom.xml          |   5 +-
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml |   6 +-
 .../pinot-input-format/pinot-parquet/pom.xml       |   5 +-
 .../pinot-input-format/pinot-protobuf/pom.xml      |   5 +-
 .../pinot-input-format/pinot-thrift/pom.xml        |   5 +-
 pinot-plugins/pinot-input-format/pom.xml           |   6 +-
 .../pinot-metrics/pinot-dropwizard/pom.xml         |   5 +-
 pinot-plugins/pinot-metrics/pinot-yammer/pom.xml   |   5 +-
 pinot-plugins/pinot-metrics/pom.xml                |   6 +-
 .../pinot-minion-builtin-tasks/pom.xml             |   5 +-
 pinot-plugins/pinot-minion-tasks/pom.xml           |   6 +-
 .../pinot-segment-uploader-default/pom.xml         |   6 +-
 pinot-plugins/pinot-segment-uploader/pom.xml       |   6 +-
 .../pinot-segment-writer-file-based/pom.xml        |   6 +-
 pinot-plugins/pinot-segment-writer/pom.xml         |   6 +-
 .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml |   6 +-
 .../pinot-kafka-base/pom.xml                       |   6 +-
 .../pinot-stream-ingestion/pinot-kinesis/pom.xml   |  12 +-
 .../pinot-stream-ingestion/pinot-pulsar/pom.xml    |   6 +-
 pinot-plugins/pinot-stream-ingestion/pom.xml       |   6 +-
 pinot-plugins/pom.xml                              |  11 +-
 pinot-query-planner/pom.xml                        |   5 +-
 .../org/apache/pinot/query/QueryEnvironment.java   |   7 +-
 .../org/apache/pinot/query/type/TypeSystem.java    |  80 +++++++-
 .../src/test/resources/queries/AggregatePlans.json |  20 +-
 .../src/test/resources/queries/JoinPlans.json      |  58 +++++-
 pinot-query-runtime/pom.xml                        |   5 +-
 pinot-segment-local/pom.xml                        |   5 +-
 pinot-segment-spi/pom.xml                          |   5 +-
 pinot-server/pom.xml                               |   5 +-
 pinot-spi/pom.xml                                  |   5 +-
 pinot-tools/pom.xml                                |   5 +-
 pom.xml                                            |  13 +-
 86 files changed, 557 insertions(+), 434 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to