-
Notifications
You must be signed in to change notification settings - Fork 29.3k
[SPARK-35378][SQL] Eagerly execute commands in QueryExecution instead of caller sides #32513
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
Closed
Closed
Changes from 4 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
dad709c
Support LeafRunnableCommand as sub query
beliefer 0338a23
Support LeafRunnableCommand as sub query
beliefer 40cea6b
Support LeafRunnableCommand as sub query
beliefer a82ed76
Unify the behavior eagerly execute the commands
beliefer bf296fb
Update code
beliefer babe0d0
Merge branch 'master' into SPARK-35378
beliefer 803a12a
Update code
beliefer 4c9b3cf
Merge branch 'SPARK-35378' of github.com:beliefer/spark into SPARK-35378
beliefer e3b8454
Update code
beliefer 6516cc4
Update code
beliefer ddbb5bb
Optimize code
beliefer bde1062
Optimize code
beliefer 7a7bc55
Update code
beliefer 2ad5391
Update code
beliefer 33f0297
Optimize code
beliefer 309fb0f
Update code
beliefer 8e9277d
Update code
beliefer d006b2a
Update code
beliefer fc3afe3
Update code
beliefer fde3c31
Update code
beliefer b58c0ea
Update code
beliefer 4dcc759
Update code
beliefer f47dda6
Update code
beliefer 2a61f23
Update code
beliefer cd7d39c
Update code
beliefer 6c74474
Merge branch 'master' into SPARK-35378
beliefer 26c2341
Update code
beliefer d11b00d
Update code
beliefer a61c267
Update code
beliefer 8fe6c06
Update code
beliefer b20b000
Update code
beliefer b60e04e
Update code
beliefer 94ba930
Update code
beliefer 0ed9485
Update code
beliefer 911e081
Update code
beliefer ecfe9ba
update code
beliefer cfeadd1
Update code
beliefer 6a80674
Update code
beliefer c81b082
Update code
beliefer ee1e84a
Update code
beliefer 9c95570
Update code
beliefer 219abb4
Merge branch 'SPARK-35378' of github.com:beliefer/spark into SPARK-35378
beliefer f39f920
Update code
beliefer 1d10b61
Update code
beliefer 2bcdddd
Update code
beliefer 5d9f7ee
Update code
beliefer 6011bbe
Update code
beliefer 0905d84
Update code
beliefer 3f6cb85
Update code
beliefer 1d821e0
Update code
beliefer ddbc5c4
Update code
beliefer d545d9b
Update code
beliefer 4b730d4
Update code
beliefer de55034
Update code
beliefer 1a3ce51
Update code
beliefer ccf8ba3
Update code
beliefer 35ea747
Merge branch 'master' into SPARK-35378
beliefer 2b2caf7
Update code
beliefer 1db52b9
Update code
beliefer 83d2710
Update QueryExecution.scala
cloud-fan 8054799
Update code
beliefer d15e166
Update code
beliefer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should run all
Commands, not justLeafRunnableCommandThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK