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/11/27 23:56:00 UTC

[incubator-pinot] branch create-pinot-spi updated (17ab98d -> 30b4778)

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

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


    omit 17ab98d  Fixing compilation issues after rebase
    omit 4960f2b  Changing the signature of RecordReader.init based on feedback
    omit 2dd6442  Adding pinot-spi module and moving recordreader interface to it
    omit 7fbb67e  Removing segment generation config from RecordReader interface
    omit fdfe8a2  Misc clean up for PinotHelixResourceManager (#4865)
    omit 03ae23c  [TE] Check if snapshot exists before attaching file (#4867)
    omit 05c89fc  Enhance TagNameUtils to handle the TagOverrideConfig (#4859)
    omit 8ba44af  Fix the usage of removed guava API (#4864)
    omit 9881764  Introduce the base JSON config class and clean up the config classes (#4858)
     add 5942774  Removing segment generation config from RecordReader interface
     add 24f8e62  Modify the method signature
     add 7bc5c63  Introduce the base JSON config class and clean up the config classes (#4858)
     add e8da49f  Fix the usage of removed guava API (#4864)
     add 2854b4e  Enhance TagNameUtils to handle the TagOverrideConfig (#4859)
     add 671dc48  [TE] Check if snapshot exists before attaching file (#4867)
     add aae3cc3  Misc clean up for PinotHelixResourceManager (#4865)
     add c4db6a6  Adding pinot-spi module and moving recordreader interface to it
     add 30b4778  Fixing compilation issues after rebase

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   (17ab98d)
            \
             N -- N -- N   refs/heads/create-pinot-spi (30b4778)

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:
 .../pinot/core/data/readers/AvroRecordReader.java  |  5 ++--
 .../pinot/core/data/readers/CSVRecordReader.java   | 11 ++++-----
 .../core/data/readers/GenericRowRecordReader.java  |  5 ++--
 .../pinot/core/data/readers/JSONRecordReader.java  |  7 +++---
 .../readers/MultiplePinotSegmentRecordReader.java  | 10 ++++----
 .../data/readers/PinotSegmentRecordReader.java     | 10 ++++----
 .../core/data/readers/ThriftRecordReader.java      | 11 ++++-----
 .../pinot/core/minion/BackfillDateTimeColumn.java  | 27 ++++++++++------------
 .../apache/pinot/core/minion/SegmentPurger.java    | 13 ++++-------
 .../core/minion/segment/MapperRecordReader.java    |  7 +++---
 .../core/minion/segment/ReducerRecordReader.java   |  7 +++---
 .../converter/RealtimeSegmentRecordReader.java     | 13 +++++------
 .../pinot/orc/data/readers/ORCRecordReader.java    | 14 ++++-------
 .../orc/data/readers/ORCRecordReaderTest.java      | 15 +++++-------
 .../parquet/data/readers/ParquetRecordReader.java  |  3 ++-
 .../data/readers/ParquetRecordReaderTest.java      |  1 -
 .../pinot/spi/data/readers/RecordReader.java       | 11 ++++-----
 .../tools/admin/command/CreateSegmentCommand.java  |  3 ++-
 18 files changed, 74 insertions(+), 99 deletions(-)


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