HyukjinKwon commented on a change in pull request #33364:
URL: https://github.com/apache/spark/pull/33364#discussion_r671014825



##########
File path: python/pyspark/sql/tests/test_dataframe.py
##########
@@ -67,6 +67,35 @@ def test_help_command(self):
         pydoc.render_doc(df.foo)
         pydoc.render_doc(df.take(1))
 
+    # SPARK-36034 test that drop duplicates throws a type error when in 
correct type provided
+    def test_drop_duplicates(self):

Review comment:
       ```suggestion
       def test_drop_duplicates(self):
           # SPARK-36034 test that drop duplicates throws a type error when in 
correct type provided
   ```




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