Skip to content

Commit 0a03c16

Browse files
committed
Add comments
1 parent d738df7 commit 0a03c16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/testing/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def close(self):
104104

105105

106106
def search_jar(project_relative_path, sbt_jar_name_prefix, mvn_jar_name_prefix):
107+
# Note that 'sbt_jar_name_prefix' and 'mvn_jar_name_prefix' are used since the prefix can
108+
# vary for SBT or Maven specifically. See also SPARK-26856
107109
project_full_path = os.path.join(
108110
os.environ["SPARK_HOME"], project_relative_path)
109111

0 commit comments

Comments
 (0)