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-44375][SQL] Use PartitionEvaluator API in DebugExec #41949

Closed
wants to merge 7 commits into from

Conversation

Hisoka-X
Copy link
Member

What changes were proposed in this pull request?

Use PartitionEvaluator API in DebugExec

Why are the changes needed?

use new api to avoid lambda-based distributed execution

Does this PR introduce any user-facing change?

No

How was this patch tested?

add new test

@Hisoka-X
Copy link
Member Author

cc @cloud-fan

@github-actions github-actions bot added the SQL label Jul 12, 2023
@HyukjinKwon
Copy link
Member

and @viirya

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in d7128c3 Jul 19, 2023
@Hisoka-X
Copy link
Member Author

Thanks @cloud-fan @viirya @HyukjinKwon

@Hisoka-X Hisoka-X deleted the SPARK-44375_debug_exec branch July 20, 2023 02:22
ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
### What changes were proposed in this pull request?
Use PartitionEvaluator API in DebugExec

### Why are the changes needed?
use new api to avoid lambda-based distributed execution

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

### How was this patch tested?
add new test

Closes apache#41949 from Hisoka-X/SPARK-44375_debug_exec.

Authored-by: Jia Fan <fanjiaeminem@qq.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants