cloud-fan commented on PR #45377: URL: https://github.com/apache/spark/pull/45377#issuecomment-2036729930
``` == DataFrame == "divide" was called from java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) == PySpark call site == "divide" was called from /.../spark/python/test_pyspark_error.py:4 ``` Shall we just make it ``` == DataFrame == "divide" was called from /.../spark/python/test_pyspark_error.py:4 ``` -- 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]
