andygrove commented on issue #1775: URL: https://github.com/apache/datafusion-comet/issues/1775#issuecomment-2901908056
I see this comment in the github actions: ``` - name: Install JDK ${{inputs.jdk-version}} uses: actions/setup-java@v4 with: # distribution is chosen to be zulu as it still offers JDK 8 with Silicon support, which # is not available in the adopt distribution distribution: 'zulu' java-version: ${{inputs.jdk-version}} ``` I don't know if we want to change this to use `adopt` rather than `zulu`? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org