diff --git a/.github/workflows/matrix_includes.json b/.github/workflows/matrix_includes.json index 12e18602..b9a41f96 100644 --- a/.github/workflows/matrix_includes.json +++ b/.github/workflows/matrix_includes.json @@ -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", diff --git a/README.md b/README.md index 32ccb355..435d0e03 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/build.sbt b/build.sbt index b6651732..ee90080d 100644 --- a/build.sbt +++ b/build.sbt @@ -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 @@ -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, diff --git a/docs/docs/docs/api.md b/docs/docs/docs/api.md index 6329c6e5..17bcdae9 100644 --- a/docs/docs/docs/api.md +++ b/docs/docs/docs/api.md @@ -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@) | diff --git a/docs/docs/docs/quickstart.md b/docs/docs/docs/quickstart.md index 5da41347..ea64653c 100644 --- a/docs/docs/docs/quickstart.md +++ b/docs/docs/docs/quickstart.md @@ -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 |