Skip to content

Commit e35c748

Browse files
itholicdongjoon-hyun
authored andcommitted
[SPARK-43874][FOLLOWUP][TESTS] Enable GroupbyIndexTests.test_groupby_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>
1 parent 82ed1c9 commit e35c748

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/pyspark/pandas/tests/groupby/test_index.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ def pdf(self):
4040
def psdf(self):
4141
return ps.from_pandas(self.pdf)
4242

43-
@unittest.skipIf(
44-
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
45-
"TODO(SPARK-43555): Enable GroupByTests.test_groupby_multiindex_columns for pandas 2.0.0.",
46-
)
4743
def test_groupby_multiindex_columns(self):
4844
pdf = pd.DataFrame(
4945
{

0 commit comments

Comments
 (0)