Skip to content

Commit 87ca6d5

Browse files
authored
feat: spark 3.3.0 (#120)
* spark 3.3.0 * update CI
1 parent c048428 commit 87ca6d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
PYSPARK_VERSION: ["3.0", "3.1.3", "3.2"]
15+
PYSPARK_VERSION: ["3.0", "3.1.3", "3.2", "3.3"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

pydeequ/configs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
SPARK_TO_DEEQU_COORD_MAPPING = {
8+
"3.3": "com.amazon.deequ:deequ:2.0.2-spark-3.3",
89
"3.2": "com.amazon.deequ:deequ:2.0.1-spark-3.2",
910
"3.1": "com.amazon.deequ:deequ:2.0.0-spark-3.1",
1011
"3.0": "com.amazon.deequ:deequ:1.2.2-spark-3.0",

0 commit comments

Comments
 (0)