Uh oh!
There was an error while loading. Please reload this page.
[SPARK-25864][SQL][TEST] Make main args accessible for BenchmarkBase's subclass - #22872
Closed
yucai wants to merge 1 commit into
Closed
[SPARK-25864][SQL][TEST] Make main args accessible for BenchmarkBase's subclass#22872yucai wants to merge 1 commit into
yucai wants to merge 1 commit into
Conversation
yucai
commented
Oct 29, 2018
Author
cloud-fan
approved these changes
Oct 29, 2018
cloud-fan
commented
Oct 29, 2018
Contributor
ok to test |
cloud-fan
commented
Oct 29, 2018
Contributor
add to whitelist |
SparkQA
commented
Oct 29, 2018
Test build #98188 has finished for PR 22872 at commit
|
HyukjinKwon
commented
Oct 29, 2018
Member
retest this please |
SparkQA
commented
Oct 29, 2018
Test build #98187 has finished for PR 22872 at commit
|
yucai
commented
Oct 29, 2018
Author
@HyukjinKwon@cloud-fan My previous tests have been passed :). |
SparkQA
commented
Oct 29, 2018
Test build #98185 has finished for PR 22872 at commit
|
cloud-fan
commented
Oct 29, 2018
Contributor
thanks, merging to master! |
AmplabJenkins
commented
Oct 29, 2018
Test FAILed. |
This was referenced Oct 29, 2018
dongjoon-hyun
commented
Oct 29, 2018
Member
Thank you, @yucai , @cloud-fan , @HyukjinKwon . |
jackylee-ch pushed a commit
to jackylee-ch/spark
that referenced
this pull request
Feb 18, 2019
…s subclass ## What changes were proposed in this pull request? Set main args correctly in BenchmarkBase, to make it accessible for its subclass. It will benefit: - BuiltInDataSourceWriteBenchmark - AvroWriteBenchmark ## How was this patch tested? manual tests Closesapache#22872 from yucai/main_args. Authored-by: yucai <yyu1@ebay.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Set main args correctly in BenchmarkBase, to make it accessible for its subclass.
It will benefit:
How was this patch tested?
manual tests