[GitHub] [spark] fornaix commented on a change in pull request #32751: [SPARK-35612][SQL] Support LZ4 compression in ORC data source

2021-06-04 Thread GitBox
fornaix commented on a change in pull request #32751: URL: https://github.com/apache/spark/pull/32751#discussion_r644460235 ## File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala ## @@ -314,6 +314,7 @@ private[orc] object OrcFileFormat extends

[GitHub] [spark] fornaix commented on a change in pull request #32751: [SPARK-35612][SQL] Support LZ4 compression in ORC data source

2021-06-02 Thread GitBox
fornaix commented on a change in pull request #32751: URL: https://github.com/apache/spark/pull/32751#discussion_r644460380 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcSourceSuite.scala ## @@ -649,4 +649,14 @@ class OrcSourceSuite

[GitHub] [spark] fornaix commented on a change in pull request #32751: [SPARK-35612][SQL] Support LZ4 compression in ORC data source

2021-06-02 Thread GitBox
fornaix commented on a change in pull request #32751: URL: https://github.com/apache/spark/pull/32751#discussion_r644460235 ## File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala ## @@ -314,6 +314,7 @@ private[orc] object OrcFileFormat extends