Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Feb 27, 2024
1 parent 209d0fc commit 65ef731
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 support RDD but the tests depend on them.")
def test_repartitionByRange_dataframe(self):
super().test_repartitionByRange_dataframe()
Expand Down

0 comments on commit 65ef731

Please sign in to comment.