You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/02/23 08:27:38 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #40135: [SPARK-42444][PYTHON] `DataFrame.drop` should handle multi columns properly

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org