asl3 opened a new pull request, #42027:
URL: https://github.com/apache/spark/pull/42027

   ### What changes were proposed in this pull request?
   This PR adds an error class, `INVALID_TYPE_DF_EQUALITY_ARG`, to clarify the 
error message for unsupported argument data types when calling 
`assertDataFrameEqual`.
   
   ### Why are the changes needed?
   The fix helps clarify why an error is thrown and what is wrong when a user 
passes unsupported arg types into the `assertDataFrameEqual` util function.
   
   ### Does this PR introduce any user-facing change?
   Yes, the PR modifies error message seen by users.
   
   ### How was this patch tested?
   Modified tests in `runtime/python/pyspark/sql/tests/test_utils.py` and 
`runtime/python/pyspark/sql/tests/connect/test_utils.py`


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