Github user jiangxb1987 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19871#discussion_r154558153
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -363,6 +363,11 @@ object SQLConf {
         .checkValues(Set("none", "uncompressed", "snappy", "zlib", "lzo"))
         .createWithDefault("snappy")
     
    +  val ORC_ENABLED = buildConf("spark.sql.orc.enabled")
    +    .doc("When true, use OrcFileFormat in sql/core module instead of the 
one in sql/hive module.")
    --- End diff --
    
    The description should include the major difference of these two orc 
versions.


---

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

Reply via email to