Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19651#discussion_r149311068
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcOptions.scala
 ---
    @@ -67,4 +67,11 @@ object OrcOptions {
         "snappy" -> "SNAPPY",
         "zlib" -> "ZLIB",
         "lzo" -> "LZO")
    +
    +  // The extensions for ORC compression codecs
    +  val extensionsForCompressionCodecNames = Map(
    --- End diff --
    
    It's moved to OrcUtils.


---

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

Reply via email to