HyukjinKwon commented on code in PR #39223:
URL: https://github.com/apache/spark/pull/39223#discussion_r1057448398
##########
python/pyspark/sql/connect/plan.py:
##########
@@ -265,13 +277,13 @@ class Project(LogicalPlan):
def __init__(self, child: Optional["LogicalPlan"], *columns:
"ColumnOrName") -> None:
super().__init__(child)
- self._raw_columns = list(columns)
Review Comment:
Because this one was only the exception that does not follow the variable
naming style in this file. All are either `name` or `_name`, and the automatic
printing logic relies on this naming.
--
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]