You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/09 16:29:36 UTC

[GitHub] [pinot] yupeng9 commented on a change in pull request #7384: Adding presto-pinot-driver module

yupeng9 commented on a change in pull request #7384:
URL: https://github.com/apache/pinot/pull/7384#discussion_r705483414



##########
File path: .github/workflows/pinot_tests.yml
##########
@@ -146,3 +146,19 @@ jobs:
       - name: Quickstart on JDK ${{ matrix.java }}
         run: .github/workflows/scripts/.pinot_quickstart.sh
 
+  presto-driver-build:
+    runs-on: ubuntu-latest
+    name: Build Presto Pinot Driver
+    steps:
+      - uses: actions/checkout@v2
+      - name: Set up JDK 11
+        uses: actions/setup-java@v1
+        with:
+          java-version: 11

Review comment:
       why does this use 11 but the profile of presto-driver uses 8?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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