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 3b9551e  Standardize the Dictionary interface, ensure the BYTES support
     add bd1af57  Adding section describing defaultNullValue in Schema page. 
(#4642)
     add 4c4800b  Support HTTP POST/PUT JSON schema (#4639)
     add 09d3735  Remove sun.misc.Cleaner import (#4643)
     add a734931  Add metrics for the number of partitions for which controller 
becomes leader (#4633)
     add c44d371  [TE] fix email alerter throw exception (#4647)
     add 0b4fc0c  Documentation for completionConfig (#4636)
     add 814c9c4  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   (3b9551e)
            \
             N -- N -- N   refs/heads/enhance_dictionary (814c9c4)

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                              |   7 +
 docs/schema.rst                                    |  18 +-
 docs/tableconfig_schema.rst                        |  23 +++
 docs/tuning_realtime_performance.rst               |   9 +-
 .../pinot/common/metrics/ControllerGauge.java      |   3 +
 .../pinot/controller/LeadControllerManager.java    |   4 +
 .../api/resources/PinotSchemaRestletResource.java  |  51 +++++-
 .../api/PinotSchemaRestletResourceTest.java        |  30 ++++
 .../pinot/controller/helix/ControllerTest.java     |  11 ++
 .../apache/pinot/core/data/order/OrderByUtils.java |   3 +-
 .../core/data/recordtransformer/PinotDataType.java | 189 ++++++++++++++++++---
 .../indexsegment/mutable/MutableSegmentImpl.java   |   2 +
 .../dictionary/BytesOffHeapMutableDictionary.java  |  36 ++--
 .../dictionary/BytesOnHeapMutableDictionary.java   |  36 ++--
 .../dictionary/DoubleOffHeapMutableDictionary.java |  90 ++++++----
 .../dictionary/DoubleOnHeapMutableDictionary.java  |  90 ++++++----
 .../dictionary/FloatOffHeapMutableDictionary.java  |  90 ++++++----
 .../dictionary/FloatOnHeapMutableDictionary.java   |  91 ++++++----
 .../dictionary/IntOffHeapMutableDictionary.java    |  90 ++++++----
 .../dictionary/IntOnHeapMutableDictionary.java     |  90 ++++++----
 .../dictionary/LongOffHeapMutableDictionary.java   |  90 ++++++----
 .../dictionary/LongOnHeapMutableDictionary.java    |  90 ++++++----
 .../dictionary/StringOffHeapMutableDictionary.java |  25 +--
 .../dictionary/StringOnHeapMutableDictionary.java  |  25 +--
 .../pinot/core/segment/memory/PinotByteBuffer.java |   1 -
 .../data/recordtransformer/PinotDataTypeTest.java  | 150 +++++++++-------
 .../alert/scheme/DetectionEmailAlerter.java        |   2 +-
 27 files changed, 905 insertions(+), 441 deletions(-)


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

Reply via email to