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 2021/09/09 22:37:15 UTC

[pinot] branch master updated (c27ae81 -> 91679c0)

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

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


    from c27ae81  Cache ~/.m2/repository to speed up CI speed (#7408)
     add 91679c0  Adding presto-pinot-driver module (#7384)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pinot_tests.yml                  |  23 +
 pinot-common/pom.xml                               |   7 +
 .../pinot/common/utils/grpc/GrpcQueryClient.java   |  40 +-
 pinot-connectors/pom.xml                           |   1 +
 pinot-connectors/presto-pinot-driver/pom.xml       | 716 +++++++++++++++++++++
 .../presto/PinotScatterGatherQueryClient.java      | 336 ++++++++++
 .../presto/grpc/PinotStreamingQueryClient.java     |  65 ++
 .../apache/pinot/connector/presto/grpc/Utils.java  |  54 ++
 pinot-core/pom.xml                                 |   7 +
 .../pinot-input-format/pinot-avro-base/pom.xml     |   7 +
 .../pinot-input-format/pinot-avro/pom.xml          |  10 +
 pinot-plugins/pinot-input-format/pinot-csv/pom.xml |  10 +
 .../pinot-input-format/pinot-json/pom.xml          |  10 +
 pinot-plugins/pinot-metrics/pinot-yammer/pom.xml   |   9 +
 pinot-segment-local/pom.xml                        |   9 +
 pinot-segment-spi/pom.xml                          |   9 +
 pinot-spi/pom.xml                                  |   7 +
 pom.xml                                            |  65 +-
 18 files changed, 1367 insertions(+), 18 deletions(-)
 create mode 100644 pinot-connectors/presto-pinot-driver/pom.xml
 create mode 100644 pinot-connectors/presto-pinot-driver/src/main/java/org/apache/pinot/connector/presto/PinotScatterGatherQueryClient.java
 create mode 100644 pinot-connectors/presto-pinot-driver/src/main/java/org/apache/pinot/connector/presto/grpc/PinotStreamingQueryClient.java
 create mode 100644 pinot-connectors/presto-pinot-driver/src/main/java/org/apache/pinot/connector/presto/grpc/Utils.java

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