HyukjinKwon commented on a change in pull request #32015:
URL: https://github.com/apache/spark/pull/32015#discussion_r606257559
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonBenchmark.scala
##########
@@ -519,16 +519,16 @@ object JsonBenchmark extends SqlBasedBenchmark {
override def runBenchmarkSuite(mainArgs: Array[String]): Unit = {
val numIters = 3
runBenchmark("Benchmark for performance of JSON parsing") {
- schemaInferring(100 * 1000 * 1000, numIters)
- countShortColumn(100 * 1000 * 1000, numIters)
- countWideColumn(10 * 1000 * 1000, numIters)
- countWideRow(500 * 1000, numIters)
- selectSubsetOfColumns(10 * 1000 * 1000, numIters)
- jsonParserCreation(10 * 1000 * 1000, numIters)
- jsonFunctions(10 * 1000 * 1000, numIters)
- jsonInDS(50 * 1000 * 1000, numIters)
- jsonInFile(50 * 1000 * 1000, numIters)
- datetimeBenchmark(rowsNum = 10 * 1000 * 1000, numIters)
+ schemaInferring(5 * 1000 * 1000, numIters)
Review comment:
@MaxGekk I had to reduce the size here. Otherwise GA job dies with
complaining no disk space
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]