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

[incubator-pinot] branch orc updated (ffed46d -> 4a3ce08)

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

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


 discard ffed46d  ORC Reader
 discard d851c30  changing to version
 discard dddf153  Updating 0.016 to 0.1.0 for pinot-hadoop and docs
     new 6e541bb  Fix Preconditions check (#3965)
     new 2411d89  Update dev guide to include toc for high level sections (#3973)
     new 9ded2a6  Add more documents in Admin Guide (#3972)
     new 5867b16  Add documentation for tuning scatter and gather (#3969)
     new b8c3ff4  Updating 0.016 to 0.1.0 for pinot-hadoop and docs (#3971)
     new 7b0b00c  [TE] Fix alert filter and enrich header (#3974)
     new b2c5a88  Make RetentionManager and OfflineSegmentIntervalChecker initial delays configurable (#3946)
     new 581464e  Spelling correction (#3977)
     new 636c6c1  [TE] frontend - harleyjj/home - set default date picker to yesterday (#3976)
     new 67b729d  [TE] yaml - more validation on max duration (#3982)
     new 4a3ce08  Adding orc reader

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   (ffed46d)
            \
             N -- N -- N   refs/heads/orc (4a3ce08)

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 5849 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:
 docs/client_api.rst                                |   2 +-
 docs/code_modules.rst                              |   6 +-
 docs/contribution_guidelines.rst                   |  19 ++-
 docs/img/generate-segment.png                      | Bin 0 -> 218597 bytes
 docs/img/list-schemas.png                          | Bin 0 -> 8952 bytes
 docs/img/partitioning.png                          | Bin 0 -> 81303 bytes
 docs/img/query-table.png                           | Bin 0 -> 35914 bytes
 docs/img/replica-group.png                         | Bin 0 -> 126306 bytes
 docs/img/upload-segment.png                        | Bin 0 -> 13944 bytes
 docs/index_techniques.rst                          |  35 ++--
 docs/management_api.rst                            |  32 +++-
 docs/pinot_hadoop.rst                              |  71 +++++++-
 docs/tuning_pinot.rst                              |  12 +-
 docs/tuning_scatter_and_gather.rst                 | 182 +++++++++++++++++++++
 .../apache/pinot/controller/ControllerConf.java    |  14 ++
 .../generator/ConvertToRawIndexTaskGenerator.java  |   2 +-
 .../helix/core/retention/RetentionManager.java     |   2 +-
 .../validation/OfflineSegmentIntervalChecker.java  |   2 +-
 .../app/mirage/factories/alert.js                  |   2 +-
 .../self-serve-alert-details/template.hbs          |   4 +-
 .../app/pods/home/index/controller.js              |   8 +-
 .../thirdeye-frontend/app/pods/home/index/route.js |  12 +-
 .../app/pods/manage/alerts/index/controller.js     |   6 +-
 .../app/pods/manage/alerts/index/route.js          |  20 +--
 .../app/pods/manage/explore/route.js               |   2 +-
 .../app/pods/manage/yaml/route.js                  |  67 +++++---
 .../app/pods/manage/yaml/template.hbs              |   3 +-
 .../yaml/CompositePipelineConfigTranslator.java    |  29 ++--
 .../thirdeye/detection/yaml/YamlResource.java      |  11 +-
 29 files changed, 434 insertions(+), 109 deletions(-)
 create mode 100644 docs/img/generate-segment.png
 create mode 100644 docs/img/list-schemas.png
 create mode 100644 docs/img/partitioning.png
 create mode 100644 docs/img/query-table.png
 create mode 100644 docs/img/replica-group.png
 create mode 100644 docs/img/upload-segment.png
 create mode 100644 docs/tuning_scatter_and_gather.rst


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