We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd8572 commit 359c4fcCopy full SHA for 359c4fc
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/csv/CSVBenchmarks.scala
@@ -158,8 +158,8 @@ object CSVBenchmarks {
158
}
159
160
def main(args: Array[String]): Unit = {
161
-// quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
162
-// multiColumnsBenchmark(rowsNum = 1000 * 1000)
+ quotedValuesBenchmark(rowsNum = 50 * 1000, numIters = 3)
+ multiColumnsBenchmark(rowsNum = 1000 * 1000)
163
countBenchmark(10 * 1000 * 1000)
164
165
0 commit comments