HyukjinKwon commented on code in PR #46996:
URL: https://github.com/apache/spark/pull/46996#discussion_r1642198561
##########
python/pyspark/sql/dataframe.py:
##########
@@ -6281,6 +6282,10 @@ def toPandas(self) -> "PandasDataFrameLike":
"""
...
+ @property
+ def queryExecution(self) -> Optional["QueryExecution"]:
Review Comment:
Should probably have docstring here, with the added version
--
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]