You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52563][PS] Fix var naming bug in _assert_pandas_almost_equal
### What changes were proposed in this pull request?
Small bug fix where the wrong variable names were used
### Why are the changes needed?
The function uses lval and rval instead of the parameters val1 and val2
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
No
Closesapache#51253 from petern48/pandas_assert_bug.
Authored-by: Peter Nguyen <petern0408@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments