This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch release-0.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 039e189 [maven-release-plugin] prepare for next development iteration
new 6f00be3 Bugfixing the issue for ThreadLocal DocIdSet in
ExpressionFilterOperator (#5114)
new e081134 Fix the ExpressionFilterOperator (#5122)
new e66df48 Fix default value for dictionary byte column (#5123)
new 91c66be Defaulttenant for hybrid quickstart and example
queriesDefault tenant and example queries for hybrid quickstart
new 23b5c4f Always copy test data out from jar file (#5119)
new 4a878f2 [maven-release-plugin] prepare release release-0.3.0-rc1
The 6 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:
.travis_quickstart.sh | 49 ++++++++++++-
.../airlineStats_realtime_table_config.json | 5 +-
kubernetes/helm/pinot-realtime-quickstart.yml | 10 +--
pinot-broker/pom.xml | 2 +-
pinot-clients/pinot-java-client/pom.xml | 2 +-
pinot-clients/pom.xml | 2 +-
pinot-common/pom.xml | 2 +-
pinot-controller/pom.xml | 2 +-
pinot-core/pom.xml | 2 +-
.../indexsegment/mutable/MutableSegmentImpl.java | 6 +-
.../pinot/core/minion/RawIndexConverter.java | 6 +-
.../pinot/core/operator/DocIdSetOperator.java | 8 ++-
.../operator/filter/ExpressionFilterOperator.java | 52 +++++++-------
pinot-distribution/pom.xml | 2 +-
pinot-integration-tests/pom.xml | 2 +-
.../tests/BaseClusterIntegrationTestSet.java | 12 ++++
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/pom.xml | 2 +-
.../pinot-input-format/pinot-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-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-tools/pom.xml | 2 +-
.../org/apache/pinot/tools/HybridQuickstart.java | 46 ++++++++++--
.../tools/admin/command/QuickstartRunner.java | 10 ++-
.../org/apache/pinot/tools/utils/JarUtils.java | 83 ++++++++++++++++++++++
.../airlineStats_offline_table_config.json | 5 +-
.../airlineStats_realtime_table_config.json | 5 +-
.../docker/airlineStats_realtime_table_config.json | 5 +-
.../airlineStats_realtime_table_config.json | 5 +-
.../airlineStats_realtime_table_config.json | 5 +-
pom.xml | 4 +-
55 files changed, 277 insertions(+), 115 deletions(-)
create mode 100644
pinot-tools/src/main/java/org/apache/pinot/tools/utils/JarUtils.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]