This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch enhance_dictionary
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard b22fa2b Standardize the Dictionary interface, ensure the BYTES support
add 49a65a3 Support default value for Byte column (#4583)
add e447117 Remove import of sun.misc.Cleaner to make code compatible
with jdk11 (#4634)
add ffa66bf Refactor ControllerLeaderLocator (#4553)
add 4deea40 Standardize the Dictionary interface, ensure the BYTES support
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 (b22fa2b)
\
N -- N -- N refs/heads/enhance_dictionary (4deea40)
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:
docs/architecture.rst | 22 ++-
.../org/apache/pinot/common/utils/BytesUtils.java | 6 +-
.../common/utils/helix/LeadControllerUtils.java | 37 ++--
.../apache/pinot/common/data/FieldSpecTest.java | 11 ++
.../pinot/controller/LeadControllerManager.java | 4 -
.../controller/LeadControllerManagerTest.java | 11 +-
.../helix/core/retention/RetentionManagerTest.java | 7 +-
.../creator/impl/SegmentColumnarIndexCreator.java | 12 +-
.../defaultcolumn/BaseDefaultColumnHandler.java | 5 +
.../index/readers/BaseImmutableDictionary.java | 11 +-
.../index/readers/OnHeapStringDictionary.java | 7 +
.../pinot/core/segment/memory/PinotByteBuffer.java | 5 +-
.../server/realtime/ControllerLeaderLocator.java | 205 +++++++++++----------
.../index/loader/SegmentPreProcessorTest.java | 12 ++
.../realtime/ControllerLeaderLocatorTest.java | 155 +++++++++-------
.../src/test/resources/data/newColumnsSchema3.json | 10 +
16 files changed, 298 insertions(+), 222 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]