-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Improve the output of SQL explain message #11908
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c18be9e
Initial commit, first implementation
LakshSingla 336e0ba
Clean up the code, reuse existing implementation of explain planner
LakshSingla ed057ba
Update the existing EXPLAIN test cases, add one for UNION ALL
LakshSingla 9c8d85b
Fix checkstyle, remove unused import
LakshSingla 48af23f
Add flag to control the output being generated in SQL explain
LakshSingla 4a0e382
Merge branch 'master' into sql-explain
LakshSingla 890dd4a
Add tests for the overridding of the context
LakshSingla 5023eb1
Remove commented out explanations
LakshSingla dcb58d9
Checkstyle fix
LakshSingla 0fe78ac
Fix testcases, cleanup the remaining comments
LakshSingla b728bd8
Add docs, throw ISE in a conditional
LakshSingla 82136e3
Merge branch 'master' into sql-explain
LakshSingla c2b4690
Add exception in the logging
LakshSingla 4c17d49
Merge branch 'master' into sql-explain
LakshSingla 6d19f48
Change default format to legacy, update testcases to check for both t…
LakshSingla a7b880e
Add tests for overrides
LakshSingla 11274af
Checkstyle, testcase fix
LakshSingla 0dd494a
Nit, doc default value fix
LakshSingla 1a52f16
Add temporary serialization for rowsignature
LakshSingla 3e41ba3
Update testcases for the new signature implementation
LakshSingla 97607e5
Merge with master, remove temp implementation
LakshSingla 28aac50
Change the flag to useNativeQueryExplain
LakshSingla 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
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.