-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-26103][SQL] Limit the length of debug strings for query plans #23169
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 all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
22bd4bd
Merge pull request #1 from apache/master
DaveDeCaprio b7f964d
Added a configurable limit on the maximum length of a plan debug string.
DaveDeCaprio 3f4fe1f
Removed unneeded imports
DaveDeCaprio 30e4348
Moved withSizeLimitedWriter to treeString function that uses StringWr…
DaveDeCaprio 5528ca1
Fixed formatting
DaveDeCaprio 3171cf3
Coverted to javadoc style multiline comment
DaveDeCaprio 3ffdc6a
Fixed scalastyle formatting of imports
DaveDeCaprio 45a60fc
Have size limit cut off right at the correct number of characters.
DaveDeCaprio 9678799
Changed name to remove the debug from the config parameter name
DaveDeCaprio a5af842
Fixed formatting error
DaveDeCaprio a4be985
Changed length default to Long.MaxValue to turn off behavior unless i…
DaveDeCaprio f0f75c2
Merge branch 'master' of https://github.com/apache/spark into text-pl…
DaveDeCaprio 1b692a0
Added test case for not limiting plan length and tested with a defaul…
DaveDeCaprio 22fe117
Correctly added test case missed in the previous commit
DaveDeCaprio be3f265
Added more documentation of the plan length parameter.
DaveDeCaprio f6d0efc
Merge branch 'master' of https://github.com/apache/spark into text-pl…
DaveDeCaprio 855f540
Removed tab
DaveDeCaprio e83f5f2
Merge branch 'master' of https://github.com/apache/spark into text-pl…
DaveDeCaprio db663b7
Merge branch 'master' of https://github.com/apache/spark into text-pl…
DaveDeCaprio 2eecbfa
Added plan size limits to StringConcat
DaveDeCaprio 4082aa3
Scalastyle
DaveDeCaprio f9085e7
Incorporated changes from code review
DaveDeCaprio b3d43b7
Missed one error
DaveDeCaprio e470ab2
Cleaned up append function and added tracking of the full plan length.
DaveDeCaprio 35bc1d5
Got rid of unneeded "availableLength" flag.
DaveDeCaprio 5ec58c8
Fixed errors missed
DaveDeCaprio bdfaf28
Updated to handle nulls again.
DaveDeCaprio 0cfcb4e
Tabs to spaces
DaveDeCaprio eb69888
Remove useless test.
DaveDeCaprio daf02f2
Addressed code review comments.
DaveDeCaprio 7d89388
Missed some Boolean->Unit updates
DaveDeCaprio 4f56e48
Missed some Boolean->Unit updates
DaveDeCaprio a090fbb
Code formatting
DaveDeCaprio dcb4eb0
Fixed Fatal Warning.
DaveDeCaprio b4cb7bf
Fixed failing unit tests
DaveDeCaprio 4fec590
Style/formatting issues from code review
DaveDeCaprio db0db18
Style/formatting issues from code review
DaveDeCaprio b5b30f3
Changed plan string length to bytesConf and gave a better message for…
DaveDeCaprio e4afa26
Tabs to spaces
DaveDeCaprio 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
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.