There was an error while loading. Please reload this page.
1 parent d211aa0 commit 4645004Copy full SHA for 4645004
1 file changed
python/sparktestingbase/utils.py
@@ -22,6 +22,7 @@ def add_pyspark_path_if_needed():
22
except ImportError:
23
add_pyspark_path()
24
25
+
26
def add_pyspark_path():
27
"""Add PySpark to the library path based on the value of SPARK_HOME."""
28
0 commit comments