This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch support_orc_in_segment_gen
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 2585f3c address comments
discard 2ed1d5c address comments
discard e3df232 Support ORC files as data source in segment creation
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 b365a4a Support ORC files as data source in segment creation
add 454c23f address comments
add ed3ec94 address comments
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 (2585f3c)
\
N -- N -- N refs/heads/support_orc_in_segment_gen (ed3ec94)
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/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 +++++
.../pinot/core/segment/memory/PinotByteBuffer.java | 1 -
.../alert/scheme/DetectionEmailAlerter.java | 2 +-
10 files changed, 136 insertions(+), 5 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]