You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/09/29 21:33:27 UTC

[incubator-pinot] branch segment_metadata_push updated (dc89494 -> 41ce862)

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

xiangfu pushed a change to branch segment_metadata_push
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    omit dc89494  Adding integration tests
    omit 1a98a47  Address comments
    omit 662b7b5  Adding clean up for temp files
    omit a0aa8e6  Adding push job type of segment metadata only mode
     add ed3eaae  [TE] upgrade dependencies (#6055)
     add 5165d3c  [maven-release-plugin] prepare for next development iteration after 0.5.0 release (#6045)
     add 6f109b9  fix java version variable (#6057)
     add 07a6289  Adding dependency validation check on Indexing config (#6038)
     add 559bf15  [TE] upgrade dropwizard dependency (#6061)
     add 1c4fc13  Added additional time format option for druid (#6060)
     add 2379791  Move scalar function from commons to plugins package (#6064)
     add 26f6019  [TE] ThirdEye Coordinator skeleton stub (#6065)
     add f556c59  [TE] Fixed tests on ThirdEye dashboard for MacOS (#6062)
     add f196dfc  Add Hadoop related dependencies in pinot-tool module (#6070)
     add e892cb2  Enhance DistinctCountThetaSketchAggregationFunction (#6004)
     add 2dc06c7  Adding push job type of segment metadata only mode
     add 85f6b43  Adding clean up for temp files
     add 2635036  Address comments
     add 41ce862  Adding integration tests

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   (dc89494)
            \
             N -- N -- N   refs/heads/segment_metadata_push (41ce862)

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:
 docker/images/pinot/docker-build.sh                |    2 +-
 pinot-broker/pom.xml                               |    2 +-
 .../requesthandler/BaseBrokerRequestHandler.java   |   14 +-
 pinot-clients/pinot-java-client/pom.xml            |    2 +-
 pinot-clients/pinot-jdbc-client/pom.xml            |    2 +-
 pinot-clients/pom.xml                              |    2 +-
 pinot-common/pom.xml                               |    2 +-
 .../common/function/AggregationFunctionType.java   |    1 -
 .../pinot/common/function/FunctionRegistry.java    |    2 +-
 .../function/scalar/ArithmeticFunctions.java       |    2 +-
 .../common/function/scalar/DateTimeFunctions.java  |    2 +-
 .../common/function/scalar/JsonFunctions.java      |    2 +-
 .../common/function/scalar/StringFunctions.java    |    2 +-
 pinot-connectors/pinot-spark-connector/pom.xml     |    2 +-
 pinot-connectors/pom.xml                           |    2 +-
 pinot-controller/pom.xml                           |    2 +-
 pinot-core/pom.xml                                 |    2 +-
 .../apache/pinot/core/common/ObjectSerDeUtils.java |   81 +-
 .../transform/function/ScalarFunctions.java        |    2 +-
 .../transform/function/StAsTextFunction.java       |    1 -
 .../transform/function/StPointFunction.java        |    1 -
 .../function/AggregationFunctionFactory.java       |    2 -
 ...inctCountRawThetaSketchAggregationFunction.java |  106 +-
 ...istinctCountThetaSketchAggregationFunction.java | 1691 ++++++++++++++------
 .../RawThetaSketchAggregationFunction.java         |  563 -------
 .../BrokerRequestToQueryContextConverter.java      |   23 +-
 .../apache/pinot/core/util/TableConfigUtils.java   |   25 +-
 .../pinot/core/util/TableConfigUtilsTest.java      |   59 +-
 .../DistinctCountThetaSketchQueriesTest.java       |  343 ++++
 .../queries/DistinctCountThetaSketchTest.java      |  378 -----
 pinot-distribution/pom.xml                         |    2 +-
 pinot-integration-tests/pom.xml                    |    2 +-
 .../tests/ThetaSketchIntegrationTest.java          |  119 +-
 pinot-minion/pom.xml                               |    2 +-
 pinot-perf/pom.xml                                 |    2 +-
 .../pinot-batch-ingestion-common/pom.xml           |    2 +-
 .../pinot-batch-ingestion-hadoop/pom.xml           |    2 +-
 .../pinot-batch-ingestion-spark/pom.xml            |    2 +-
 .../pinot-batch-ingestion-standalone/pom.xml       |    2 +-
 pinot-plugins/pinot-batch-ingestion/pom.xml        |    2 +-
 .../v0_deprecated/pinot-hadoop/pom.xml             |    2 +-
 .../v0_deprecated/pinot-ingestion-common/pom.xml   |    2 +-
 .../v0_deprecated/pinot-spark/pom.xml              |    2 +-
 .../pinot-batch-ingestion/v0_deprecated/pom.xml    |    2 +-
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |    2 +-
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml  |    2 +-
 pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml |    2 +-
 pinot-plugins/pinot-file-system/pinot-s3/pom.xml   |    2 +-
 pinot-plugins/pinot-file-system/pom.xml            |    2 +-
 .../pinot-input-format/pinot-avro-base/pom.xml     |    2 +-
 .../pinot-input-format/pinot-avro/pom.xml          |    2 +-
 .../pinot-confluent-avro/pom.xml                   |    2 +-
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |    2 +-
 .../pinot-input-format/pinot-json/pom.xml          |    2 +-
 pinot-plugins/pinot-input-format/pinot-orc/pom.xml |    2 +-
 .../pinot-input-format/pinot-parquet/pom.xml       |    2 +-
 .../pinot-input-format/pinot-protobuf/pom.xml      |    2 +-
 .../pinot-input-format/pinot-thrift/pom.xml        |    2 +-
 pinot-plugins/pinot-input-format/pom.xml           |    2 +-
 .../pinot-stream-ingestion/pinot-kafka-0.9/pom.xml |    2 +-
 .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml |    2 +-
 .../pinot-kafka-base/pom.xml                       |    2 +-
 pinot-plugins/pinot-stream-ingestion/pom.xml       |    2 +-
 pinot-plugins/pom.xml                              |    2 +-
 pinot-server/pom.xml                               |    2 +-
 pinot-spi/pom.xml                                  |    2 +-
 .../pinot/spi}/annotations/ScalarFunction.java     |    2 +-
 pinot-tools/pom.xml                                |   12 +-
 pom.xml                                            |    2 +-
 thirdeye/pom.xml                                   |   13 +-
 .../thirdeye-coordinator/config/coordinator.yaml   |   32 +
 thirdeye/thirdeye-coordinator/pom.xml              |   23 +
 .../org/apache/pinot/thirdeye/ThirdEyeServer.java  |   47 +
 .../thirdeye/ThirdEyeServerConfiguration.java      |   20 +
 .../pinot/thirdeye/ThirdEyeServerModule.java       |   17 +
 .../pinot/thirdeye/resources/ApiResource.java      |   27 +
 .../thirdeye/resources/ApplicationResource.java    |   49 +
 .../pinot/thirdeye/resources/AuthResource.java     |   23 +
 .../pinot/thirdeye/resources/RootResource.java     |   34 +
 .../pinot/thirdeye/ThirdEyeServerModuleTest.java   |   21 +
 .../pinot/thirdeye/resources/AuthResourceTest.java |   14 +
 thirdeye/thirdeye-dashboard/pom.xml                |    8 +
 thirdeye/thirdeye-dist/src/main/assembly/dist.xml  |   14 +-
 thirdeye/thirdeye-dist/src/main/bash/thirdeye.sh   |   16 +-
 .../self-serve/import-sql-metric/controller.js     |    2 +-
 85 files changed, 2219 insertions(+), 1666 deletions(-)
 delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/RawThetaSketchAggregationFunction.java
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/queries/DistinctCountThetaSketchQueriesTest.java
 delete mode 100644 pinot-core/src/test/java/org/apache/pinot/queries/DistinctCountThetaSketchTest.java
 rename {pinot-common/src/main/java/org/apache/pinot/common/function => pinot-spi/src/main/java/org/apache/pinot/spi}/annotations/ScalarFunction.java (96%)
 create mode 100644 thirdeye/thirdeye-coordinator/config/coordinator.yaml
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServer.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServerConfiguration.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/ThirdEyeServerModule.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/ApiResource.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/ApplicationResource.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/AuthResource.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/main/java/org/apache/pinot/thirdeye/resources/RootResource.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/test/java/org/apache/pinot/thirdeye/ThirdEyeServerModuleTest.java
 create mode 100644 thirdeye/thirdeye-coordinator/src/test/java/org/apache/pinot/thirdeye/resources/AuthResourceTest.java


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