Skip to content

Commit e37583e

Browse files
committed
Updated helix.spark image version to latest 3.5.1.5, sparkdataframecomparer to latest 2.0.6
1 parent 2a1cbcc commit e37583e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ py4j="==0.10.9.7" # https://spark.apache.org/docs/latest/api/python/getting_star
99
# pyspark is needed for working with Spark
1010
pyspark="==3.5.1" # should match the version of spark we use for testing
1111
logger = ">=1.4"
12-
sparkdataframecomparer = ">=2.0.4"
12+
sparkdataframecomparer = ">=2.0.6"
1313
Deprecated = ">=1.2.12"
1414
numpy = ">=1.15"
1515

Pipfile.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"py4j==0.10.9.7",
2626
"pyspark==3.5.1",
2727
"logger>=1.4",
28-
"sparkdataframecomparer>=2.0.4",
28+
"sparkdataframecomparer>=2.0.6",
2929
"deprecated>=1.2.12",
3030
"numpy>=1.15",
3131
],

spark.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM imranq2/helix.spark:3.5.1.3-slim
1+
FROM imranq2/helix.spark:3.5.1.5-slim
22
# https://github.com/icanbwell/helix.spark
33
USER root
44

0 commit comments

Comments
 (0)