xiangfu0 commented on a change in pull request #7384: URL: https://github.com/apache/pinot/pull/7384#discussion_r705616216
########## 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: It's possible to build java8 compatible libs by setting the `--release 8` using jdk 11. I will also add a jdk 8 test here. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org