dongjoon-hyun commented on code in PR #36161:
URL: https://github.com/apache/spark/pull/36161#discussion_r850855035


##########
python/pyspark/sql/session.py:
##########
@@ -104,6 +104,38 @@ def toDF(self, schema=None, sampleRatio=None):
     RDD.toDF = toDF  # type: ignore[assignment]
 
 
+# TODO: This method can be dropped once support for Python 3.8 is dropped

Review Comment:
   Could you make it as an IDed TODO, @FurcyPin ?
   For example, we recommend to use a pattern `TODO(SPARK-XXX)` with a concrete 
JIRA ID.



-- 
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]

Reply via email to