-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25440][SQL] Dumping query execution info to a file #22429
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 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
19b9a68
Stub implementation and a test
MaxGekk 90832f9
Saving all plans to file
MaxGekk 673ae56
Output attributes
MaxGekk fbde812
Output whole stage codegen
MaxGekk dca19d3
Reusing codegenToOutputStream
MaxGekk 66351a0
Code de-duplication
MaxGekk 2ee75bc
Do not truncate fields
MaxGekk 9b2a3e6
Moving the test up because previous one leaved a garbage
MaxGekk 51c196e
Removing string interpolation in the test
MaxGekk c66a616
Getting Hadoop's conf from session state
MaxGekk ed57c8e
Using java.io.Writer
MaxGekk ce2c086
Using java.io.Writer
MaxGekk 37326e2
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk 7abf14c
Using StringWriter
MaxGekk d1188e3
Removing unneeded buffering and flushing
MaxGekk 71ff7d1
Code de-duplication among toString and toFile
MaxGekk ac94a86
Using StringBuilderWriter and fix tests
MaxGekk f2906d9
Do not change maxFields so far
MaxGekk d3fede1
Added tests
MaxGekk c153838
Using StringBuilderWriter in treeString
MaxGekk 6fe08bf
Propagating numFields to truncatedString
MaxGekk 3324927
Bug fix + test
MaxGekk d63f862
Bug fix: passing maxFields to simpleString
MaxGekk 24dbbba
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk deb5315
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk 7fd88d3
Passing parameters by names
MaxGekk 732707a
Getting file system from file path
MaxGekk 3a133ae
Using the buffered writer
MaxGekk 7452b82
Removing default value for maxFields in simpleString
MaxGekk 4ec5732
Removing unnecessary signature of truncatedString
MaxGekk be16175
Minor improvement - passing maxFields by name
MaxGekk 90ff7b5
Moving truncatedString out of core
MaxGekk 2ba6624
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk 1fcfc23
Adding SQL config to control maximum number of fields
MaxGekk 2bf11fc
Adding Spark Core config to control maximum number of fields
MaxGekk 5e2d3a6
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk bd331c5
Revert indentations
MaxGekk 3cf564b
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk 2375064
Making writeOrError multi-line
MaxGekk 8befa13
Removing core config: spark.debug.maxToStringFields
MaxGekk 28795c7
Improving description of spark.sql.debug.maxToStringFields
MaxGekk a246db4
Limit number of fields in structs too
MaxGekk d4da29b
Description of simpleString of TreeNode.
MaxGekk 41b57bc
Added description of maxFields param of truncatedString
MaxGekk 28cce2e
Fix typo
MaxGekk e4567cb
Passing maxField
MaxGekk 9b72104
Fix for the warning
MaxGekk 9f1d11d
Merge branch 'master' into plan-to-file
MaxGekk 76f4248
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk f7de26d
Merge remote-tracking branch 'origin/master' into plan-to-file
MaxGekk bda6ac2
Merge branch 'master' into plan-to-file
MaxGekk 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
Code de-duplication among toString and toFile
- Loading branch information
commit 71ff7d1387fbe7d30299fe38471bce26fe73dad5
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.
Uh oh!
There was an error while loading. Please reload this page.