Skip to content

Commit 9814a08

Browse files
sarutakzhengruifeng
authored andcommitted
[SPARK-54065][PYTHON][TESTS][FOLLOWUP] Remove unused import module from test_python_datasource.py
### What changes were proposed in this pull request? This PR aims to recover CI by removing `import sys` from `test_python_datasource.py` After #52967, CI consistently fails because `sys` is no longer used. ### Why are the changes needed? To recover CI. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52970 from sarutak/followup-SPARK-54065. Authored-by: Kousuke Saruta <sarutak@amazon.co.jp> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org> (cherry picked from commit 8cc76fe) Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent 8c087f1 commit 9814a08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/sql/tests/test_python_datasource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#
1717
import os
1818
import platform
19-
import sys
2019
import tempfile
2120
import unittest
2221
import logging

0 commit comments

Comments
 (0)