Skip to content

Commit

Permalink
[SPARK-43874][FOLLOWUP][TESTS] Enable `GroupbyIndexTests.test_groupby…
Browse files Browse the repository at this point in the history
…_multiindex_columns`

### What changes were proposed in this pull request?

Follow-up for #42533.

### Why are the changes needed?

To enable test.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

The existing CI should pass.

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

No.

Closes #42941 from itholic/SPARK-43874-followup.

Authored-by: Haejoon Lee <haejoon.lee@databricks.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
itholic authored and dongjoon-hyun committed Sep 15, 2023
1 parent 82ed1c9 commit e35c748
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pyspark/pandas/tests/groupby/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ def pdf(self):
def psdf(self):
return ps.from_pandas(self.pdf)

@unittest.skipIf(
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
"TODO(SPARK-43555): Enable GroupByTests.test_groupby_multiindex_columns for pandas 2.0.0.",
)
def test_groupby_multiindex_columns(self):
pdf = pd.DataFrame(
{
Expand Down

0 comments on commit e35c748

Please sign in to comment.