dongjoon-hyun commented on code in PR #44247:
URL: https://github.com/apache/spark/pull/44247#discussion_r1429304536


##########
python/pyspark/sql/tests/test_session.py:
##########
@@ -18,6 +18,8 @@
 import os
 import unittest
 import unittest.mock
+from io import StringIO
+from lxml import etree

Review Comment:
   Oh, this seems to break the `PyPy` daily CI.
   - https://github.com/apache/spark/actions/runs/7239278196/job/19721018105
   ```
   Traceback (most recent call last):
     File "/usr/local/pypy/pypy3.8/lib/pypy3.8/runpy.py", line 197, in 
_run_module_as_main
       return _run_code(code, main_globals, None,
     File "/usr/local/pypy/pypy3.8/lib/pypy3.8/runpy.py", line 87, in _run_code
       exec(code, run_globals)
     File "/__w/spark/spark/python/pyspark/sql/tests/test_session.py", line 22, 
in <module>
       from lxml import etree
   ModuleNotFoundError: No module named 'lxml'
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to