grundprinzip commented on code in PR #38270: URL: https://github.com/apache/spark/pull/38270#discussion_r996476173
########## python/pyspark/sql/tests/connect/test_connect_basic.py: ########## @@ -19,9 +19,12 @@ import unittest import tempfile +import pandas Review Comment: Interestingly, nothing in Spark Connect will work atm without pandas because we always call `toPandas` in the collection of the result. Let me know what you want to do. -- 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]
