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

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


 discard 83609aa  Support data preprocessing for AVRO and ORC formats
     add 7ea61c3  Support data preprocessing for AVRO and ORC formats

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   (83609aa)
            \
             N -- N -- N   refs/heads/support-orc-format-preprocessing (7ea61c3)

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:
 .../hadoop/job/HadoopSegmentPreprocessingJob.java  | 293 +--------------------
 .../preprocess/AvroDataPreprocessingHelper.java    | 158 +++++++++++
 .../job/preprocess/DataPreprocessingHelper.java    | 228 ++++++++++++++++
 .../preprocess/DataPreprocessingHelperFactory.java |  55 ++++
 .../job/preprocess/OrcDataPreprocessingHelper.java | 204 ++++++++++++++
 5 files changed, 655 insertions(+), 283 deletions(-)
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/preprocess/AvroDataPreprocessingHelper.java
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/preprocess/DataPreprocessingHelper.java
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/preprocess/DataPreprocessingHelperFactory.java
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/preprocess/OrcDataPreprocessingHelper.java

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

Reply via email to