Fix Scala ArrayBuffer cast to Spark ArrayData for Scala 2.13 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spark 3.5 / Java 11 / Scala 2.13 | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Java, SBT | |
uses: olafurpg/setup-scala@v11 | |
with: | |
java-version: '[email protected]' | |
- name: Build and test | |
run: sbt -Dspark.testVersion=3.5.1 ++2.13.8 clean scalastyle test:scalastyle mimaReportBinaryIssues test |