Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [~] #394 add spark 3.4.3 & 3.4.4 #486

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@
"scope": "test",
"isRelease": "-"
},
{
"spark": "3.4.2",
"scope": "test",
"isRelease": "-"
},
{
"spark": "3.4.3",
"scope": "test",
"isRelease": "-"
},
{
"spark": "3.4",
"scope": "test-uploadReport",
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ following spark versions.
| 3.3.3 | 2.12 / 2.13 | ✅ | You can use 3.3.4 version |
| 3.3.4 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.12/0.0.7) |
| 3.3.4 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.13/0.0.7) |
| 3.4.0 | 2.12 / 2.13 | ✅ | You can use 3.4.2 version |
| 3.4.1 | 2.12 / 2.13 | ✅ | You can use 3.4.2 version |
| 3.4.2 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/0.0.7) |
| 3.4.2 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/0.0.7) |
| 3.4.0 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.1 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.2 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.3 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.4 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/0.0.7) |
| 3.4.4 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/0.0.7) |
| 3.5.0 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
| 3.5.1 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
| 3.5.2 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
Expand Down
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val spark30Version = "3.0.3"
val spark31Version = "3.1.3"
val spark32Version = "3.2.3"
val spark33Version = "3.3.4"
val spark34Version = "3.4.2"
val spark34Version = "3.4.4"
val spark35Version = "3.5.3"

val versionRegex = """^(.*)\.(.*)\.(.*)$""".r
Expand Down Expand Up @@ -190,8 +190,6 @@ lazy val docs = project
"org.apache.spark" %% "spark-sql" % sparkVersion.value
),
mdocVariables := Map(
// VERSION is not working well? 0.0.0+1-6f46b6de-SNAPSHOT
// ^^^^^
"VERSION" -> version.value,
"STABLE_VERSION" -> stableVersion,
"SPARK_VERSION" -> sparkVersion.value,
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here you can see the whole doric API for every supported spark version:
| 3.2.3 | 2.13 | [doric_3-2_2.13](spark-3.2/scala-2.13/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.13/@STABLE_VERSION@) |
| 3.3.4 | 2.12 | [doric_3-3_2.12](spark-3.3/scala-2.12/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.12/@STABLE_VERSION@) |
| 3.3.4 | 2.13 | [doric_3-3_2.13](spark-3.3/scala-2.13/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.13/@STABLE_VERSION@) |
| 3.4.2 | 2.12 | [doric_3-3_2.12](spark-3.4/scala-2.12/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/@STABLE_VERSION@) |
| 3.4.2 | 2.13 | [doric_3-3_2.13](spark-3.4/scala-2.13/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/@STABLE_VERSION@) |
| 3.4.4 | 2.12 | [doric_3-3_2.12](spark-3.4/scala-2.12/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/@STABLE_VERSION@) |
| 3.4.4 | 2.13 | [doric_3-3_2.13](spark-3.4/scala-2.13/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/@STABLE_VERSION@) |
| 3.5.3 | 2.12 | [doric_3-3_2.12](spark-3.5/scala-2.12/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-5_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-5_2.12/@STABLE_VERSION@) |
| 3.5.3 | 2.13 | [doric_3-3_2.13](spark-3.5/scala-2.13/) | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-5_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-5_2.13/@STABLE_VERSION@) |
10 changes: 6 additions & 4 deletions docs/docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ Doric is committed to use the most modern APIs first.
| 3.3.3 | 2.12 / 2.13 | ✅ | You can use 3.3.4 version |
| 3.3.4 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.12/@STABLE_VERSION@) |
| 3.3.4 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-3_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-3_2.13/@STABLE_VERSION@) |
| 3.4.0 | 2.12 / 2.13 | ✅ | You can use 3.4.2 version |
| 3.4.1 | 2.12 / 2.13 | ✅ | You can use 3.4.2 version |
| 3.4.2 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/@STABLE_VERSION@) |
| 3.4.2 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/@STABLE_VERSION@) |
| 3.4.0 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.1 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.2 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.3 | 2.12 / 2.13 | ✅ | You can use 3.4.4 version |
| 3.4.4 | 2.12 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.12/@STABLE_VERSION@) |
| 3.4.4 | 2.13 | ✅ | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-4_2.13)](https://mvnrepository.com/artifact/org.hablapps/doric_3-4_2.13/@STABLE_VERSION@) |
| 3.5.0 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
| 3.5.1 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
| 3.5.2 | 2.12 / 2.13 | ✅ | You can use 3.5.3 version |
Expand Down