Skip to content

Commit

Permalink
[SPARK-41873][PYTHON][CONNECT][TESTS] Enable `DataFrameParityTests.te…
Browse files Browse the repository at this point in the history
…st_pandas_api`

### What changes were proposed in this pull request?
Enable `DataFrameParityTests.test_pandas_api`

### Why are the changes needed?
for testing parity, this method had already been implemented

### Does this PR introduce _any_ user-facing change?
no, test-only

### How was this patch tested?
enabled ut

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#45279 from zhengruifeng/connect_test_pandas_api.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
  • Loading branch information
zhengruifeng authored and ericm-db committed Mar 5, 2024
1 parent b581a48 commit c1bce20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/pyspark/sql/tests/connect/test_parity_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def test_help_command(self):
def test_observe_str(self):
super().test_observe_str()

# TODO(SPARK-41873): Implement DataFrame `pandas_api`
@unittest.skip("Fails in Spark Connect, should enable.")
def test_pandas_api(self):
super().test_pandas_api()

@unittest.skip("Spark Connect does not SparkContext but the tests depend on them.")
def test_same_semantics_error(self):
super().test_same_semantics_error()
Expand Down

0 comments on commit c1bce20

Please sign in to comment.