HyukjinKwon commented on code in PR #43444:
URL: https://github.com/apache/spark/pull/43444#discussion_r1364863882
##########
python/pyspark/testing/utils.py:
##########
@@ -424,6 +425,11 @@ def assertDataFrameEqual(
atol : float, optional
The absolute tolerance, used in asserting approximate equality for
float values in actual
and expected. Set to 1e-8 by default. (See Notes)
+ returnUnequalRows: bool, False
Review Comment:
on second thought, I think we should rename this parameter to something else
like `includeDiffRows` because technically it does not return but let the
exception include the different rows. cc @allanf-db
--
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]