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
discard 251e4f88c1 Upgrade Helix to 1.0.2
add bf48b59c41 Add support for indexes during offline segment creation
(#8601)
add 167fa9476c Handle partial update for comparison columns (#8688)
add 7cb1473b8f fix regression where case order was reversed, add
regression test (#8748)
add 427a5af3b0 Upgrade Helix to 1.0.2
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 (251e4f88c1)
\
N -- N -- N refs/heads/helix-1.0 (427a5af3b0)
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:
.../transform/function/CaseTransformFunction.java | 15 ++--
.../function/CaseTransformFunctionTest.java | 68 ++++++++++++++++---
.../creator/impl/SegmentColumnarIndexCreator.java | 79 +++++++++++++++++++++-
.../converter/SegmentV1V2ToV3FormatConverter.java | 3 +
.../segment/local/utils/TableConfigUtils.java | 8 +++
.../segment/local/utils/TableConfigUtilsTest.java | 34 ++++++++--
.../spi/creator/SegmentGeneratorConfig.java | 22 ++++++
7 files changed, 210 insertions(+), 19 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]