zhengruifeng opened a new pull request, #46985: URL: https://github.com/apache/spark/pull/46985
revert https://github.com/apache/spark/pull/46946 since it may cause circular import issue ``` File "/home/jenkins/python/pyspark/sql/connect/functions/__init__.py", line 20, in <module> from pyspark.sql.connect.functions.builtin import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jenkins/python/pyspark/sql/connect/functions/builtin.py", line 60, in <module> from pyspark.sql.connect.udf import _create_py_udf File "/home/jenkins/python/pyspark/sql/connect/udf.py", line 38, in <module> from pyspark.sql.connect.column import Column ImportError: cannot import name 'Column' from partially initialized module 'pyspark.sql.connect.column' (most likely due to a circular import) (/home/jenkins/python/pyspark/sql/connect/column.py) Had test failures in delta.connect.tests.test_deltatable with python; see logs. ``` -- 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]
