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


##########
python/pyspark/sql/tests/test_dataframe.py:
##########
@@ -144,6 +144,17 @@ def test_drop_duplicates(self):
             message_parameters={"arg_name": "subset", "arg_type": "str"},
         )
 
+    def test_drop_duplicates_with_multi_args(self):
+        from pyspark.sql import Row

Review Comment:
   yes, it was already imported



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