-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25483][TEST] Refactor UnsafeArrayDataBenchmark to use main method #22491
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
|
Test build #96351 has finished for PR 22491 at commit
|
# Conflicts: # sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/UnsafeArrayDataBenchmark.scala
|
Test build #96463 has finished for PR 22491 at commit
|
|
retest this please |
|
Test build #96467 has finished for PR 22491 at commit
|
|
retest this please |
|
Test build #96468 has finished for PR 22491 at commit
|
|
@dongjoon-hyun This refactor is ready to go. Thanks. |
|
Thank you for pinging me, @wangyum . |
|
Retest this please. |
|
Test build #96862 has finished for PR 22491 at commit
|
|
Could you review and merge wangyum#14 ? |
|
Test build #96878 has finished for PR 22491 at commit
|
|
Test build #96883 has finished for PR 22491 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
|
Merged to master. |
|
Thank you, @wangyum ! |
## What changes were proposed in this pull request? Refactor `UnsafeArrayDataBenchmark` to use main method. Generate benchmark result: ```sh SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain org.apache.spark.sql.execution.benchmark.UnsafeArrayDataBenchmark" ``` ## How was this patch tested? manual tests Closes apache#22491 from wangyum/SPARK-25483. Lead-authored-by: Yuming Wang <yumwang@ebay.com> Co-authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
What changes were proposed in this pull request?
Refactor
UnsafeArrayDataBenchmarkto use main method.Generate benchmark result:
SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain org.apache.spark.sql.execution.benchmark.UnsafeArrayDataBenchmark"How was this patch tested?
manual tests