viirya commented on code in PR #35:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/35#discussion_r1492706440
##########
.github/actions/setup-builder/action.yaml:
##########
@@ -33,7 +33,18 @@ runs:
shell: bash
run: |
apt-get update
- apt-get install -y openjdk-${{inputs.jdk-version}}-jdk
protobuf-compiler
+ apt-get install -y protobuf-compiler
+
+ - name: Install JDK 17
+ uses: actions/setup-java@v4
+ with:
+ distribution: 'adopt'
+ java-version: '17'
Review Comment:
Instead of `inputs.jdk-version`, this is fixed to 17 now?
--
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]