HyukjinKwon commented on code in PR #39249:
URL: https://github.com/apache/spark/pull/39249#discussion_r1058687670
##########
python/pyspark/sql/column.py:
##########
@@ -200,17 +200,17 @@ class Column:
... [(2, "Alice"), (5, "Bob")], ["age", "name"])
Select a column out of a DataFrame
-
- >>> df.name
+ # TODO(SPARK-41757): Compatibility of string representation
Review Comment:
Let's put this comment above right before `class Column`. Otherwise, this
comment will be shown in PySpark API reference documentation :-).
--
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]