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

jlli pushed a change to branch helix-1.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 719125067a Upgrade Helix to 1.0.4
     add 5a50954ed3 Support derived column of any type (#8942)
     add 91f288c19b Remove shade plugin for pinot-avro-base (#8947)
     add 9c3159b398 make default java version 11 (#8940)
     add 12dd211dda Wait segment deletion in startReplaceSegment api to make 
sure there will be at most 2 data snapshots. (#8838)
     add 09b0f2b5ca Revert "Use binary search for index creation dictionary 
lookup (#8924)" (#8950)
     add 3a8079f4a1 Revert avro lib shading (#8952)
     add 5f86b5e19a add /tasks/{taskType}/{tableNameWithType}/debug API (#8949)
     add 91fe820bf2 Upgrade Helix to 1.0.4

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   (719125067a)
            \
             N -- N -- N   refs/heads/helix-1.0 (91fe820bf2)

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 +-
 .../org/apache/pinot/common/utils/DataSchema.java  |   8 +-
 .../api/resources/PinotTaskRestletResource.java    |  22 +-
 .../helix/core/PinotHelixResourceManager.java      |  19 +
 .../core/minion/PinotHelixTaskResourceManager.java |  46 ++-
 .../helix/core/PinotHelixResourceManagerTest.java  |   8 +-
 .../tests/OfflineClusterIntegrationTest.java       | 175 +++++----
 ...onulls_default_column_test_extra_columns.schema | 393 ---------------------
 ...ulls_default_column_test_missing_columns.schema | 319 -----------------
 .../pinot-input-format/pinot-avro-base/pom.xml     |  35 --
 pinot-plugins/pom.xml                              |   4 -
 .../creator/impl/SegmentDictionaryCreator.java     | 129 ++++---
 .../defaultcolumn/BaseDefaultColumnHandler.java    | 103 ++++--
 .../index/readers/BigDecimalDictionary.java        |   1 -
 .../apache/pinot/spi/data/DateTimeFieldSpec.java   |   6 +-
 .../java/org/apache/pinot/spi/data/FieldSpec.java  |   1 -
 16 files changed, 347 insertions(+), 924 deletions(-)
 delete mode 100644 
pinot-integration-tests/src/test/resources/On_Time_On_Time_Performance_2014_100k_subset_nonulls_default_column_test_extra_columns.schema
 delete mode 100644 
pinot-integration-tests/src/test/resources/On_Time_On_Time_Performance_2014_100k_subset_nonulls_default_column_test_missing_columns.schema


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to