Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-48154][PYTHON][CONNECT][TESTS] Enable PandasUDFGroupedAggParityTests.test_manual #46418

Closed
wants to merge 1 commit into from

Conversation

zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

Enable PandasUDFGroupedAggParityTests.test_manual

Why are the changes needed?

for test coverage

Does this PR introduce any user-facing change?

no

How was this patch tested?

ci

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

no

@@ -20,10 +20,11 @@
from pyspark.testing.connectutils import ReusedConnectTestCase


class PandasUDFGroupedAggParityTests(GroupedAggPandasUDFTestsMixin, ReusedConnectTestCase):
@unittest.skip("Spark Connect does not support convert UNPARSED to catalyst types.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question. Which JIRA issue supports this feature?

@zhengruifeng
Copy link
Contributor Author

merged to master

@zhengruifeng zhengruifeng deleted the enable_test_manual branch May 7, 2024 04:01
@zhengruifeng
Copy link
Contributor Author

thanks @dongjoon-hyun and @HyukjinKwon

JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
…tyTests.test_manual`

### What changes were proposed in this pull request?
Enable `PandasUDFGroupedAggParityTests.test_manual`

### Why are the changes needed?
for test coverage

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

### How was this patch tested?
ci

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

Closes apache#46418 from zhengruifeng/enable_test_manual.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants