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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]