Commit 9814a08
[SPARK-54065][PYTHON][TESTS][FOLLOWUP] Remove unused import module from
### 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>test_python_datasource.py
1 parent 8c087f1 commit 9814a08
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments