Yicong-Huang commented on code in PR #56726:
URL: https://github.com/apache/spark/pull/56726#discussion_r3483868824


##########
python/docs/source/reference/pyspark.sql/column.rst:
##########
@@ -36,6 +36,7 @@ Column
     Column.bitwiseOR
     Column.bitwiseXOR
     Column.cast
+    Column.col_name

Review Comment:
   I find myself got confused easily by `col.col_name` and `col.name`. If the 
new attribute is intended for alias, why not just name it to `col.alias` or 
`col.col_alias`?



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