You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2022/06/03 04:02:20 UTC

[pinot] branch helix-1.0 updated (2d678a5a10 -> 75faf13c14)

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 2d678a5a10 Upgrade Helix to 1.0.3
     add 7a311428bc Change DateTimeFormatSpec delimiter (#8779)
     add 7620fae032 Revert "Allow moveToFinalLocation in METADATA push based on config (#8815)" (#8822)
     add 7b9e16b65d Not overwrite the whole SystemResourceInfo config map (#8820)
     add 75faf13c14 Upgrade Helix to 1.0.3

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   (2d678a5a10)
            \
             N -- N -- N   refs/heads/helix-1.0 (75faf13c14)

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:
 .../common/utils/FileUploadDownloadClient.java     |   2 -
 .../pinot/common/data/DateTimeFormatSpecTest.java  | 126 +++++++++++++++++++++
 .../PinotSegmentUploadDownloadRestletResource.java |  10 +-
 .../segment/local/utils/SegmentPushUtils.java      |   4 -
 .../server/starter/helix/BaseServerStarter.java    |  19 +++-
 .../pinot/spi/data/DateTimeFormatPatternSpec.java  |  14 +++
 .../apache/pinot/spi/data/DateTimeFormatSpec.java  | 102 ++++++++++++++---
 .../spi/ingestion/batch/spec/PushJobSpec.java      |  13 ---
 8 files changed, 243 insertions(+), 47 deletions(-)


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