marcuslin123 commented on code in PR #57135:
URL: https://github.com/apache/spark/pull/57135#discussion_r3552761737
##########
python/pyspark/sql/tests/test_stat.py:
##########
@@ -127,6 +128,16 @@ def test_dropna(self):
},
)
+ # Regression test: invalid 'how' should raise PySparkValueError, not
AssertionError
Review Comment:
Before this fix, invalid 'how' values would raise an AssertionError instead
of the intended PySparkValueError.
--
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]