dongjoon-hyun commented on code in PR #40072: URL: https://github.com/apache/spark/pull/40072#discussion_r1110497257
########## sql/core/benchmarks/DataSourceReadBenchmark-results.txt: ########## @@ -2,430 +2,430 @@ SQL Single Numeric Column Scan ================================================================================================ -OpenJDK 64-Bit Server VM 1.8.0_352-b08 on Linux 5.15.0-1023-azure +OpenJDK 64-Bit Server VM 1.8.0_362-b09 on Linux 5.15.0-1031-azure Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz SQL Single BOOLEAN Column Scan: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ -SQL CSV 10433 10554 172 1.5 663.3 1.0X -SQL Json 7948 7990 60 2.0 505.3 1.3X -SQL Parquet Vectorized: DataPageV1 126 149 22 125.2 8.0 83.0X -SQL Parquet Vectorized: DataPageV2 99 113 17 158.6 6.3 105.2X -SQL Parquet MR: DataPageV1 1777 1784 9 8.8 113.0 5.9X -SQL Parquet MR: DataPageV2 1579 1583 6 10.0 100.4 6.6X -SQL ORC Vectorized 158 165 5 99.7 10.0 66.1X -SQL ORC MR 1654 1661 9 9.5 105.2 6.3X - -OpenJDK 64-Bit Server VM 1.8.0_352-b08 on Linux 5.15.0-1023-azure +SQL CSV 13143 13363 311 1.2 835.6 1.0X Review Comment: CSV seems to become 30% slower. -- 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]
