Skip to content

Commit 932fb68

Browse files
authored
feat: map deequ core for Spark3.3 to latest build. (#132)
1 parent 4f49859 commit 932fb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydeequ/configs.py

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

66

77
SPARK_TO_DEEQU_COORD_MAPPING = {
8-
"3.3": "com.amazon.deequ:deequ:2.0.2-spark-3.3",
8+
"3.3": "com.amazon.deequ:deequ:2.0.3-spark-3.3",
99
"3.2": "com.amazon.deequ:deequ:2.0.1-spark-3.2",
1010
"3.1": "com.amazon.deequ:deequ:2.0.0-spark-3.1",
1111
"3.0": "com.amazon.deequ:deequ:1.2.2-spark-3.0",

0 commit comments

Comments
 (0)