You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2019/03/04 22:31:00 UTC

[incubator-pinot] branch fix_record_reader updated (a61c1ea -> 5854f5e)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch fix_record_reader
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard a61c1ea  Fix the RecordReader to pick incoming time column
     new 4dc59ff  Reduce MAX_SEGMENT_COMPLETION_TIME_MILLIS to 5 minutes (#3893)
     new ca72055  [TE] migration - bucket period conversion  (#3902)
     new 8bf4011  [TE] Hide Linkedin URLs and add an inlab wiki reference for creating an alert in UI (#3901)
     new ce551eb  [TE] Add cron validator and make detection cron configurable (#3903)
     new 7932f09  Fix the RecordReader to pick incoming time column
     new 5854f5e  Address comment

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   (a61c1ea)
            \
             N -- N -- N   refs/heads/fix_record_reader (5854f5e)

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.

The 5788 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pinot/common/utils/helix/HelixHelper.java      | 17 ++++++
 .../common/partition/IdealStateBuilderUtil.java    |  6 ++
 .../realtime/PinotLLCRealtimeSegmentManager.java   | 60 +++++++++++++++-----
 .../pinot/controller/helix/HelixHelperTest.java    | 43 +++++++++++---
 .../PinotLLCRealtimeSegmentManagerTest.java        | 65 ++++++++++++++++++++++
 .../pinot/core/data/readers/AvroRecordReader.java  |  2 +-
 .../pinot/core/data/readers/RecordReader.java      |  2 +
 .../app/pods/components/yaml-editor/component.js   | 19 +++----
 .../app/pods/self-serve/create-alert/controller.js |  1 +
 .../app/pods/self-serve/create-alert/template.hbs  |  2 +-
 thirdeye/thirdeye-frontend/config/environment.js   |  6 ++
 .../acceptance/self-serve-import-metric-test.js    |  4 +-
 .../detection/DetectionMigrationResource.java      |  4 ++
 .../validators/DetectionConfigValidator.java       |  7 +++
 .../validators/SubscriptionConfigValidator.java    |  8 ++-
 .../yaml/CompositePipelineConfigTranslator.java    |  4 +-
 16 files changed, 213 insertions(+), 37 deletions(-)


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