cloud-fan commented on code in PR #42744:
URL: https://github.com/apache/spark/pull/42744#discussion_r1311214577
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVBenchmark.scala:
##########
@@ -378,6 +394,7 @@ object CSVBenchmark extends SqlBasedBenchmark {
countBenchmark(rowsNum = 10 * 1000 * 1000, numIters)
datetimeBenchmark(rowsNum = 10 * 1000 * 1000, numIters)
filtersPushdownBenchmark(rowsNum = 100 * 1000, numIters)
+ writeNullBenchmark(rowsNum = 10 * 1000 * 1000, numIters)
Review Comment:
it isn't worth adding benchmark for writing all null values...
--
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]