Skip to content

Commit 017f1ff

Browse files
committed
update
Signed-off-by: Weichen Xu <[email protected]>
1 parent 9833089 commit 017f1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

joblibspark/backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ def __init__(self,
110110

111111
self._is_spark_connect_mode = is_spark_connect_mode()
112112
if self._is_spark_connect_mode:
113+
"""
113114
if Version(pyspark.__version__).major < 4:
114115
raise RuntimeError(
115116
"Joblib spark does not support Spark Connect with PySpark version < 4."
116117
)
118+
"""
117119
self._support_stage_scheduling = True
118120
self._spark_supports_job_cancelling = True
119121
else:

0 commit comments

Comments
 (0)