Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19502#discussion_r144746184
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcOptions.scala ---
@@ -42,7 +44,7 @@ private[orc] class OrcOptions(
val compressionCodec: String = {
// `compression`, `orc.compress`, and
`spark.sql.orc.compression.codec` are
// in order of precedence from highest to lowest.
--- End diff --
`COMPRESS.getAttribute` is not in our code base. Please change it to
> // `compression`, `orc.compress`(i.e., OrcConf.COMPRESS), and
`spark.sql.orc.compression.codec` are
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]