Skip to content

Conversation

@huaxingao
Copy link
Contributor

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

@HyukjinKwon HyukjinKwon marked this pull request as draft November 15, 2021 00:32
@SparkQA
Copy link

SparkQA commented Nov 15, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49682/

@SparkQA
Copy link

SparkQA commented Nov 15, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49682/

@SparkQA
Copy link

SparkQA commented Nov 15, 2021

Test build #145213 has finished for PR 34594 at commit 3688e50.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 17, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49765/

@HyukjinKwon HyukjinKwon marked this pull request as ready for review November 17, 2021 01:21
.option("parquet.block.size", blocksize)
.parquet(path + "/withBF")

runBenchmark(s"Parquet Read") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runBenchmark(s"Parquet Read") {
runBenchmark("Parquet Read") {

withTempPath { dir =>
val path = dir.getCanonicalPath

runBenchmark(s"Parquet Write") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runBenchmark(s"Parquet Write") {
runBenchmark("Parquet Write") {

@SparkQA
Copy link

SparkQA commented Nov 17, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/49765/

@HyukjinKwon
Copy link
Member

Merged to master.

@huaxingao
Copy link
Contributor Author

Thank you Hyukjin!

@huaxingao huaxingao deleted the bloomfilter_bm branch November 17, 2021 03:38
@SparkQA
Copy link

SparkQA commented Nov 17, 2021

Test build #145295 has finished for PR 34594 at commit dd9cbb4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 17, 2021

Test build #145306 has finished for PR 34594 at commit bac368c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants