Skip to content

Commit

Permalink
feat: Spark 3.2 support
Browse files Browse the repository at this point in the history
* Updated versions and fixed one override
* Removed Spark 2.4 support and renamed all 3.0 to 3.2.

Co-authored-by: Jolanrensen <[email protected]>
  • Loading branch information
asm0dey and Jolanrensen committed Jan 19, 2022
1 parent 010f1ae commit 2e34a0e
Show file tree
Hide file tree
Showing 40 changed files with 51 additions and 5,383 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: ./mvnw -B package --file pom.xml -Pscala-2.12
build-scala-11:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: ./mvnw -B package --file pom.xml -Pscala-2.11

# vim: ts=2:sts=2:sw=2:expandtab
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache
- [Code of Conduct](#code-of-conduct)
- [License](#license)

## Supported versions of Apache Spark
## Supported versions of Apache Spark #TODO

| Apache Spark | Scala | Kotlin for Apache Spark |
|:------------:|:-----:|:-------------------------------:|
Expand Down
71 changes: 0 additions & 71 deletions core/2.4/pom_2.11.xml

This file was deleted.

71 changes: 0 additions & 71 deletions core/2.4/pom_2.12.xml

This file was deleted.

205 changes: 0 additions & 205 deletions core/2.4/src/main/scala/org/apache/spark/sql/KotlinWrappers.scala

This file was deleted.

Loading

0 comments on commit 2e34a0e

Please sign in to comment.