itholic commented on code in PR #43450:
URL: https://github.com/apache/spark/pull/43450#discussion_r1373989122
##########
python/pyspark/testing/utils.py:
##########
@@ -311,11 +342,28 @@ def assertSchemaEqual(actual: StructType, expected:
StructType):
Examples
--------
+ >>> from pyspark.pandas.utils import default_session
+ >>> spark = default_session()
Review Comment:
Oh, it's dummy line from my local testing. Will remove it. Thanks for
catching this out!
--
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]