LuciferYang commented on a change in pull request #35310:
URL: https://github.com/apache/spark/pull/35310#discussion_r797385408
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/BuiltInDataSourceWriteBenchmark.scala
##########
@@ -53,7 +56,16 @@ object BuiltInDataSourceWriteBenchmark extends
DataSourceWriteBenchmark {
formats.foreach { format =>
runBenchmark(s"$format writer benchmark") {
- runDataSourceBenchmark(format)
+ if (format.equals("Parquet")) {
+ ParquetProperties.WriterVersion.values().zip(Seq("V1",
"V2")).foreach {
Review comment:
5155fd7e15809bf2136194aa2b9eaf9dbe4a347b fix this, let me update the
bench-results
--
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]