This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch move_sample_data_to_examples
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 7e53081 Make offline quickstart to use launchDataIngestionJob instead
of build segment then push
discard 8c7ac99 Make travis takes kafka-2.0 into default build
discard 21e9a2f Move sample_data to examples
add 2a9df4e Cleanup plugins dependencies of `pinot-parquet` and
`pinot-gcs` (#4971)
add a4e4631 Move sample_data to examples
add 29e4a46 Make travis takes kafka-2.0 into default build
add cfc77fc Make offline quickstart to use launchDataIngestionJob instead
of build segment then push
add 77d8480 Fixing hybrid quickstart
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 (7e53081)
\
N -- N -- N refs/heads/move_sample_data_to_examples (77d8480)
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-plugins/pinot-file-system/pinot-adls/pom.xml | 5 -
pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 12 +-
pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml | 5 -
pinot-plugins/pinot-file-system/pom.xml | 24 ---
.../pinot-input-format/pinot-parquet/pom.xml | 5 -
.../inputformat/parquet/ParquetRecordReader.java | 3 +-
.../plugin/inputformat/parquet/ParquetUtils.java | 196 +++++++++++++++++++++
.../parquet/ParquetRecordReaderTest.java | 3 +-
.../stream/kafka/KafkaJSONMessageDecoder.java | 2 +-
.../org/apache/pinot/tools/HybridQuickstart.java | 1 +
.../admin/command/StreamAvroIntoKafkaCommand.java | 34 +++-
.../pinot/tools/streams/AirlineDataStream.java | 17 +-
12 files changed, 248 insertions(+), 59 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]