This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 9cad22a78ec [SPARK-43655][CONNECT][PS][TESTS] Enable
`NamespaceParityTests.test_get_index_map`
9cad22a78ec is described below
commit 9cad22a78ec4ce6ec2b5f9272c473309b1ee0695
Author: Haejoon Lee <[email protected]>
AuthorDate: Fri Sep 22 05:24:46 2023 -0700
[SPARK-43655][CONNECT][PS][TESTS] Enable
`NamespaceParityTests.test_get_index_map`
### What changes were proposed in this pull request?
This PR proposes to enable `NamespaceParityTests.test_get_index_map`
### Why are the changes needed?
Improving test coverage for Pandas API on Spark with Spark Connect.
### Does this PR introduce _any_ user-facing change?
No, it's test-only.
### How was this patch tested?
Enabling the existing test.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43052 from itholic/SPARK-43655.
Authored-by: Haejoon Lee <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
python/pyspark/pandas/tests/connect/test_parity_namespace.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/python/pyspark/pandas/tests/connect/test_parity_namespace.py
b/python/pyspark/pandas/tests/connect/test_parity_namespace.py
index db7f62fdbd5..95b0883e364 100644
--- a/python/pyspark/pandas/tests/connect/test_parity_namespace.py
+++ b/python/pyspark/pandas/tests/connect/test_parity_namespace.py
@@ -22,9 +22,7 @@ from pyspark.testing.pandasutils import PandasOnSparkTestUtils
class NamespaceParityTests(NamespaceTestsMixin, PandasOnSparkTestUtils,
ReusedConnectTestCase):
- @unittest.skip("TODO(SPARK-43655): Enable
NamespaceParityTests.test_get_index_map.")
- def test_get_index_map(self):
- super().test_get_index_map()
+ pass
if __name__ == "__main__":
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]