Skip to content

Commit 78f5879

Browse files
committed
Replace it to a prettier comment
1 parent fe2943e commit 78f5879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/run-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def _check_dependencies(python_exec, modules_to_test):
168168
# If we should test 'pyspark-sql', it checks if PyArrow and Pandas are installed and
169169
# explicitly prints out. See SPARK-23300.
170170
if pyspark_sql in modules_to_test:
171+
# TODO(HyukjinKwon): Relocate and deduplicate these version specifications.
171172
minimum_pyarrow_version = '0.8.0'
172173
minimum_pandas_version = '0.19.2'
173174

0 commit comments

Comments
 (0)