yaooqinn commented on code in PR #44849:
URL: https://github.com/apache/spark/pull/44849#discussion_r1462842378
##########
connector/avro/src/test/scala/org/apache/spark/sql/execution/benchmark/AvroWriteBenchmark.scala:
##########
@@ -42,8 +44,8 @@ object AvroWriteBenchmark extends DataSourceWriteBenchmark {
withTempPath { dir =>
withTempTable("t1") {
val width = 1000
- val values = 500000
- val files = 20
+ val values = 100000
Review Comment:
Make it smaller as bzip2 took about 20 minutes to compress the original size
of data
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]