-
Notifications
You must be signed in to change notification settings - Fork 28.8k
[SPARK-53444] Rework execute immediate #52173
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
Draft
srielau
wants to merge
32
commits into
apache:master
Choose a base branch
from
srielau:rework-execute-immediate
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2ed877c
Redesign EXECUTE IMMEDIATE
srielau eb92a0c
Named parameter support
srielau ab76d3f
INTO clause support
srielau 0e151c8
Phase 3
srielau f8d1920
Complete function for EXECUTE IMMEDIATE REWORK
srielau 8a8b3e4
Update common/utils/src/main/resources/error/error-conditions.json
srielau 1aeaac9
Rework
srielau 7bf196c
Fix testcases
srielau 0198a3d
Fix more testcases
srielau dd3d2bc
Cleanup
srielau 65b31dd
Cleanup 2
srielau b7c3aef
re-add columnResolutionHelper
srielau ea5d87e
Enable SQL Scripting with EXECUTE IMMEDIATE
srielau 2e44eb0
Add another testcase
srielau e69e214
Clean up
srielau 0c39ea2
Update sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/anal…
srielau 9b67877
Update sql/core/src/test/resources/sql-tests/inputs/execute-immediate…
srielau d3d4511
Update sql/core/src/test/resources/sql-tests/inputs/execute-immediate…
srielau c1270d6
Update sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionS…
srielau b18c99c
Update sql/core/src/test/resources/sql-tests/inputs/execute-immediate…
srielau 04f91ab
Update sql/core/src/test/resources/sql-tests/inputs/execute-immediate…
srielau bde8617
Address code review comments by David and Wenchen
srielau a7ab0d4
More code review comments
srielau bf1e7c8
Fox error-condiditions
srielau 928c5d9
Code cleanup
srielau 77d7268
Reduce complexity around INTO clause
srielau 0588b93
Fixed parameter tests in parameters.scala
srielau b501c51
simplify parameters.scala
srielau af6f403
more fixes
srielau 769cadc
Move testcases
srielau ecbc859
Fixes
srielau 37e927f
code review
srielau 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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.