[ 
https://issues.apache.org/jira/browse/SPARK-46752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-46752.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 44777
[https://github.com/apache/spark/pull/44777]

> Use default ORC compression in data source benchmarks
> -----------------------------------------------------
>
>                 Key: SPARK-46752
>                 URL: https://issues.apache.org/jira/browse/SPARK-46752
>             Project: Spark
>          Issue Type: Test
>          Components: SQL, Tests
>    Affects Versions: 4.0.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> {code}
> $ git grep OrcCompressionCodec | grep Benchmark
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/BuiltInDataSourceWriteBenchmark.scala:import
>  org.apache.spark.sql.execution.datasources.orc.OrcCompressionCodec
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/BuiltInDataSourceWriteBenchmark.scala:
>       OrcCompressionCodec.SNAPPY.lowerCaseName())
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/DataSourceReadBenchmark.scala:import
>  org.apache.spark.sql.execution.datasources.orc.OrcCompressionCodec
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/DataSourceReadBenchmark.scala:
>       OrcCompressionCodec.SNAPPY.lowerCaseName()).orc(dir)
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala:import
>  org.apache.spark.sql.execution.datasources.orc.OrcCompressionCodec
> sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala:
>       .setIfMissing("orc.compression", 
> OrcCompressionCodec.SNAPPY.lowerCaseName())
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to