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-43676][SPARK-43677][SPARK-43678][SPARK-43679][PS] Fix DatetimeOps for Spark Connect #41306

Closed
wants to merge 7 commits into from

Conversation

itholic
Copy link
Contributor

@itholic itholic commented May 25, 2023

What changes were proposed in this pull request?

This PR proposes to fix DatetimeOps test for pandas API on Spark with Spark Connect.

This includes SPARK-43676, SPARK-43677, SPARK-43678, SPARK-43679 at once, because they are all related similar modifications in single file.

Why are the changes needed?

To support all features for pandas API on Spark with Spark Connect.

Does this PR introduce any user-facing change?

Yes, DatetimeOps.lt, DatetimeOps.le, DatetimeOps.ge, DatetimeOps.gt are now working as expected on Spark Connect.

How was this patch tested?

Uncomment the UTs, and tested manually.

@github-actions github-actions bot added the SQL label May 26, 2023
@github-actions github-actions bot removed the SQL label May 29, 2023
@zhengruifeng
Copy link
Contributor

merged to master

czxm pushed a commit to czxm/spark that referenced this pull request Jun 12, 2023
…eOps` for Spark Connect

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

This PR proposes to fix `DatetimeOps` test for pandas API on Spark with Spark Connect.

This includes SPARK-43676, SPARK-43677, SPARK-43678, SPARK-43679 at once, because they are all related similar modifications in single file.

### Why are the changes needed?

To support all features for pandas API on Spark with Spark Connect.

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

Yes, `DatetimeOps.lt`,  `DatetimeOps.le`, `DatetimeOps.ge`, `DatetimeOps.gt` are now working as expected on Spark Connect.

### How was this patch tested?

Uncomment the UTs, and tested manually.

Closes apache#41306 from itholic/SPARK-43676-9.

Authored-by: itholic <haejoon.lee@databricks.com>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
@itholic itholic deleted the SPARK-43676-9 branch November 20, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants