HyukjinKwon commented on code in PR #51196:
URL: https://github.com/apache/spark/pull/51196#discussion_r2160597587


##########
python/pyspark/sql/tests/test_dataframe.py:
##########
@@ -189,6 +200,26 @@ def test_drop(self):
         self.assertEqual(df.drop(col("name"), col("age")).columns, ["active"])
         self.assertEqual(df.drop(col("name"), col("age"), 
col("random")).columns, ["active"])
 
+    def test_drop_II(self):

Review Comment:
   ```suggestion
       def test_drop_ notexistent_col(self):
   ```



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