Skip to content

Add notes about file extensions and _corrupt_record to documentation #12

Add notes about file extensions and _corrupt_record to documentation

Add notes about file extensions and _corrupt_record to documentation #12

name: Spark 3.4 / 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: 'adopt@1.11'
- name: Build and test
run: sbt -Dspark.testVersion=3.4.1 ++2.13.8 clean scalastyle test:scalastyle mimaReportBinaryIssues test