-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25864][SQL][TEST] Make main args accessible for BenchmarkBase's subclass #22872
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
Conversation
|
ok to test |
|
add to whitelist |
|
Test build #98188 has finished for PR 22872 at commit
|
|
retest this please |
|
Test build #98187 has finished for PR 22872 at commit
|
|
@HyukjinKwon @cloud-fan My previous tests have been passed :). |
|
Test build #98185 has finished for PR 22872 at commit
|
|
thanks, merging to master! |
|
Test FAILed. |
|
Thank you, @yucai , @cloud-fan , @HyukjinKwon . |
…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 Closes apache#22872 from yucai/main_args. Authored-by: yucai <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
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