GitHub user ueshin opened a pull request:
https://github.com/apache/spark/pull/20577
[SPARK-23387][SQL][PYTHON][TEST][BRANCH-2.3] Backport assertPandasEqual to
branch-2.3.
## What changes were proposed in this pull request?
When backporting a pr with tests using `assertPandasEqual` from master to
branch-2.3, the tests fail because `assertPandasEqual` doesn't exist in
branch-2.3.
We should backport assertPandasEqual to branch-2.3 to avoid the failures.
## How was this patch tested?
Modified tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ueshin/apache-spark
issues/SPARK-23387/branch-2.3
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20577.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20577
----
commit 2c422efc5fda7b4d6683362a4e76f9c127873a8f
Author: Takuya UESHIN <ueshin@...>
Date: 2018-02-11T12:16:50Z
Backport assertPandasEqual to branch-2.3.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]