Skip to content

Commit

Permalink
Added apache spark 3.2.2 as main version for 3.2 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Jul 21, 2022
1 parent 8347152 commit 45646e5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
"2.4.1", "2.4.2", "2.4.3", "2.4.4", "2.4.5", "2.4.6", "2.4.7",
"3.0.0", "3.0.1", "3.0.2",
"3.1.0", "3.1.1", "3.1.2",
"3.2.0"
"3.2.0", "3.2.1"
]
scope: [ "test" ]
include:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ following spark versions.
| 3.1.2 | 2.12 || - |
| 3.1.3 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-1_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-1_2.12/0.0.4) |
| 3.2.0 | 2.12 || - |
| 3.2.1 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/0.0.4) |
| 3.2.1 | 2.12 || - |
| 3.2.2 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/0.0.4) |
| 3.3.0 | 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.4) |


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val sparkDefaultShortVersion = "3.2"
val spark24Version = "2.4.8"
val spark30Version = "3.0.3"
val spark31Version = "3.1.3"
val spark32Version = "3.2.1"
val spark32Version = "3.2.2"
val spark33Version = "3.3.0"

val versionRegex = """^(.*)\.(.*)\.(.*)$""".r
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Here you can see the whole doric API for every supported spark version:
| [2.4.8](2.4/scala-2.11/api/) | 2.11 | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_2-4_2.11)](https://mvnrepository.com/artifact/org.hablapps/doric_2-4_2.11/@STABLE_VERSION@) |
| [3.0.2](3.0/scala-2.12/api/) | 2.12 | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-0_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-0_2.12/@STABLE_VERSION@) |
| [3.1.3](3.1/scala-2.12/api/) | 2.12 | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-1_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-1_2.12/@STABLE_VERSION@) |
| [3.2.1](3.2/scala-2.12/api/) | 2.12 | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/@STABLE_VERSION@) |
| [3.2.2](3.2/scala-2.12/api/) | 2.12 | [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/@STABLE_VERSION@) |
| [3.3.0](3.3/scala-2.12/api/) | 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 changes: 2 additions & 1 deletion docs/docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Doric is committed to use the most modern APIs first.
| 3.1.1 | 2.12 || - |
| 3.1.2 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-1_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-1_2.12/0.0.4) |
| 3.2.0 | 2.12 || - |
| 3.2.1 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/0.0.4) |
| 3.2.1 | 2.12 || - |
| 3.2.2 | 2.12 || [![Maven Central](https://img.shields.io/maven-central/v/org.hablapps/doric_3-2_2.12)](https://mvnrepository.com/artifact/org.hablapps/doric_3-2_2.12/0.0.4) |


__Import statements__
Expand Down

0 comments on commit 45646e5

Please sign in to comment.