xinrong-meng commented on code in PR #48139: URL: https://github.com/apache/spark/pull/48139#discussion_r1765969611
########## python/pyspark/sql/dataframe.py: ########## @@ -43,6 +43,11 @@ from pyspark.sql.types import StructType, Row from pyspark.sql.utils import dispatch_df_method +try: Review Comment: We might need to return an instance of PySparkPlotAccessor(self) in the other two dataframe.py files. Do we prefer to import it in both TYPE_CHECKING and inside the method, rather than importing it at the top of the file? -- 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]
