amaliujia commented on code in PR #38218:
URL: https://github.com/apache/spark/pull/38218#discussion_r993051230
##########
python/pyspark/sql/connect/dataframe.py:
##########
@@ -111,7 +112,7 @@ def withPlan(
new_frame._session = session
return new_frame
- def select(self, *cols: ColumnRef) -> "DataFrame":
+ def select(self, *cols: ColumnOrName) -> "DataFrame":
Review Comment:
This is to match existing pyspark DataFrame API.
--
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]