HyukjinKwon commented on a change in pull request #26146: 
[SPARK-29529][DOCS]Remove unnecessary orc version and hive version in doc
URL: https://github.com/apache/spark/pull/26146#discussion_r337310747
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -628,7 +628,7 @@ object SQLConf {
 
   val ORC_IMPLEMENTATION = buildConf("spark.sql.orc.impl")
     .doc("When native, use the native version of ORC support instead of the 
ORC library in Hive " +
-      "1.2.1. It is 'hive' by default prior to Spark 2.4.")
+      ". It is 'hive' by default prior to Spark 2.4.")
 
 Review comment:
   ```suggestion
         "It is 'hive' by default prior to Spark 2.4.")
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to