-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-35345][SQL] Add Parquet tests to BloomFilterBenchmark #34594
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
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/BloomFilterBenchmark.scala
Show resolved
Hide resolved
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Test build #145213 has finished for PR 34594 at commit
|
|
Kubernetes integration test starting |
| .option("parquet.block.size", blocksize) | ||
| .parquet(path + "/withBF") | ||
|
|
||
| runBenchmark(s"Parquet Read") { |
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.
| runBenchmark(s"Parquet Read") { | |
| runBenchmark("Parquet Read") { |
| withTempPath { dir => | ||
| val path = dir.getCanonicalPath | ||
|
|
||
| runBenchmark(s"Parquet Write") { |
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.
| runBenchmark(s"Parquet Write") { | |
| runBenchmark("Parquet Write") { |
|
Kubernetes integration test status failure |
|
Merged to master. |
|
Thank you Hyukjin! |
|
Test build #145295 has finished for PR 34594 at commit
|
|
Test build #145306 has finished for PR 34594 at commit
|
What changes were proposed in this pull request?
Add BloomFilter Benchmark test for Parquet
Why are the changes needed?
Currently, we only have BloomFilter Benchmark test for ORC. Will add one for Parquet too.
Does this PR introduce any user-facing change?
no
How was this patch tested?
new test