You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/12/09 08:37:12 UTC

[incubator-pinot] branch adding_pinot_minion_segment_creation_tasks_2 updated (f7c9ddb -> 9d9fb90)

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

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


 discard f7c9ddb  Adding pinot minion segment creation task
     add 9d9fb90  Adding pinot minion segment creation task

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   (f7c9ddb)
            \
             N -- N -- N   refs/heads/adding_pinot_minion_segment_creation_tasks_2 (9d9fb90)

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:
 .../airlineStats_offline_table_config.json         | 45 ++++++++++++++++++++
 .../batch}/airlineStats/airlineStats_schema.json   |  0
 .../baseballStats_offline_table_config.json        | 49 ++++++++++++++++++++++
 .../batch/baseballStats/baseballStats_schema.json  |  0
 .../baseballStats/rawdata/baseballStats_data.csv   |  0
 5 files changed, 94 insertions(+)
 create mode 100644 pinot-tools/src/main/resources/examples/minions/batch/airlineStats/airlineStats_offline_table_config.json
 copy pinot-tools/src/main/resources/examples/{stream => minions/batch}/airlineStats/airlineStats_schema.json (100%)
 create mode 100644 pinot-tools/src/main/resources/examples/minions/batch/baseballStats/baseballStats_offline_table_config.json
 copy pinot-tools/src/main/resources/examples/{ => minions}/batch/baseballStats/baseballStats_schema.json (100%)
 copy pinot-tools/src/main/resources/examples/{ => minions}/batch/baseballStats/rawdata/baseballStats_data.csv (100%)


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