dongjoon-hyun commented on a change in pull request #26146: 
[SPARK-24576][DOCS][FOLLOW-UP] Fix incorrect ORC version in the doc
URL: https://github.com/apache/spark/pull/26146#discussion_r336569339
 
 

 ##########
 File path: docs/sql-data-sources-orc.md
 ##########
 @@ -31,7 +31,7 @@ the vectorized reader is used when 
`spark.sql.hive.convertMetastoreOrc` is also
   <tr>
     <td><code>spark.sql.orc.impl</code></td>
     <td><code>native</code></td>
-    <td>The name of ORC implementation. It can be one of <code>native</code> 
and <code>hive</code>. <code>native</code> means the native ORC support that is 
built on Apache ORC 1.4. `hive` means the ORC library in Hive 1.2.1.</td>
+    <td>The name of ORC implementation. It can be one of <code>native</code> 
and <code>hive</code>. <code>native</code> means the native ORC support that is 
built on Apache ORC 1.5. `hive` means the ORC library in Hive 1.2.1.</td>
 
 Review comment:
   Ur, BTW, it seems that we need to rewrite all. `Hive 1.2.1` also became 
wrong because `Hadoop 3.2` profile means ORC 1.6, too.
   
   cc @wangyum 

----------------------------------------------------------------
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