dongjoon-hyun commented on a change in pull request #30391:
URL: https://github.com/apache/spark/pull/30391#discussion_r524882550
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -433,11 +407,32 @@ jobs:
key: scala-213-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt')
}}
restore-keys: |
scala-213-coursier-
- - name: Install Java 11
+ - name: Install Java 8
uses: actions/setup-java@v1
with:
- java-version: 11
+ java-version: 8
- name: Build with SBT
run: |
./dev/change-scala-version.sh 2.13
./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver
-Phadoop-cloud -Pkinesis-asl -Djava.version=11 -Pscala-2.13 compile test:compile
+
Review comment:
@HyukjinKwon . This was added at the end but was moved to the first
position due @mridulm 's direct request.
(https://github.com/apache/spark/pull/30378#issuecomment-727261552).
I'm okay with all positions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]