Skip to content

Commit

Permalink
chore: upgrade Spark to 3.4, and Deequ to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliu0831 committed Oct 25, 2023
1 parent e74e974 commit 1004a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYSPARK_VERSION: ["3.0", "3.1.3", "3.2", "3.3"]
PYSPARK_VERSION: ["3.0", "3.1.3", "3.2", "3.3", "3.4"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions pydeequ/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


SPARK_TO_DEEQU_COORD_MAPPING = {
"3.4": "com.amazon.deequ:deequ:2.0.5-spark-3.4",
"3.3": "com.amazon.deequ:deequ:2.0.3-spark-3.3",
"3.2": "com.amazon.deequ:deequ:2.0.1-spark-3.2",
"3.1": "com.amazon.deequ:deequ:2.0.0-spark-3.1",
Expand Down

0 comments on commit 1004a9d

Please sign in to comment.