forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-43153][CONNECT] Skip Spark execution when the dataframe is local
### What changes were proposed in this pull request? Skips Spark execution when the dataframe is local. ### Why are the changes needed? When the built DataFrame in Spark Connect is local, we can skip Spark execution. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. Closes apache#40806 from ueshin/issues/SPARK-43153/handler. Authored-by: Takuya UESHIN <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
- Loading branch information
1 parent
fc75dab
commit 66392c4
Showing
1 changed file
with
92 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters