zhengruifeng commented on code in PR #48085:
URL: https://github.com/apache/spark/pull/48085#discussion_r1770730284


##########
python/pyspark/sql/connect/dataframe.py:
##########
@@ -511,7 +511,7 @@ def drop(self, *cols: "ColumnOrName") -> ParentDataFrame:  
# type: ignore[misc]
             session=self._session,
         )
 
-    def filter(self, condition: Union[Column, str]) -> ParentDataFrame:

Review Comment:
   no, I think we should change it in all 3 `dataframe.py` to `def filter(self, 
condition: Union[Column, str])`.
   



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