dongjoon-hyun commented on code in PR #38931:
URL: https://github.com/apache/spark/pull/38931#discussion_r1040583642
##########
python/pyspark/testing/connectutils.py:
##########
@@ -97,6 +97,7 @@ def _session_sql(cls, query: str) -> "DataFrame":
return DataFrame.withPlan(SQL(query), cls.connect) # type: ignore
if have_pandas:
+
Review Comment:
Sorry, but I piggy-back this python-style fix. This style issue is
introduced in the previous commit separately today.
```
$ dev/reformat-python
reformatted python/pyspark/testing/connectutils.py
All done! ✨ 🍰 ✨
1 file reformatted, 391 files left unchanged.
```
--
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]