You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/06/09 15:55:48 UTC

[GitHub] [spark] MaxGekk opened a new pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `toHiveString`

MaxGekk opened a new pull request #28757:
URL: https://github.com/apache/spark/pull/28757


   ### What changes were proposed in this pull request?
   Add benchmarks for `HiveResult.hiveResultString()/toHiveString()` to measure throughput of `toHiveString` for the date/timestamp types:
   - java.sql.Date/Timestamp
   - java.time.Instant
   - java.time.LocalDate
   
   Benchmark results were generated in the environment:
   
   | Item | Description |
   | ---- | ----|
   | Region | us-west-2 (Oregon) |
   | Instance | r3.xlarge |
   | AMI | ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20190722.1 (ami-06f2f779464715dc5) |
   | Java | OpenJDK 64-Bit Server VM 1.8.0_242 and OpenJDK 64-Bit Server VM 11.0.6+10 | 
   
   ### Why are the changes needed?
   To detect perf regressions of `toHiveString` in the future.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running `DateTimeBenchmark` and check dataset content.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] MaxGekk commented on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `toHiveString`

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-640841502


   @cloud-fan @juliuszsompolski @HyukjinKwon Please, review this PR.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan commented on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `HiveResult.hiveResultString()`

Posted by GitBox <gi...@apache.org>.
cloud-fan commented on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-641028398


   I'm merging it to 3.0 as well, so that it's easier to compare the perf between 3.0 and 3.1 in the future.
   
   thanks, merging to master/3.0!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] cloud-fan closed pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `HiveResult.hiveResultString()`

Posted by GitBox <gi...@apache.org>.
cloud-fan closed pull request #28757:
URL: https://github.com/apache/spark/pull/28757


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `HiveResult.hiveResultString()`

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-640844245






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `HiveResult.hiveResultString()`

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-640842850


   **[Test build #123646 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123646/testReport)** for PR 28757 at commit [`37f5ba1`](https://github.com/apache/spark/commit/37f5ba13d99296fab9549623cb4579546d505cb1).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `HiveResult.hiveResultString()`

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-640844245






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #28757: [SPARK-31932][SQL][TESTS] Add date/timestamp benchmarks for `toHiveString`

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #28757:
URL: https://github.com/apache/spark/pull/28757#issuecomment-640842850






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org