Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0
-
None
Description
As of Spark 2.3 and Hive 2.3, both supports using apache/orc as orc writer and reader. In older version of Hive, orc reader(isn't forward-compitaient) implemented by its own.
So Hive 2.2 and older can not read orc table created by spark 2.3 and newer which using apache/orc instead of Hive orc.
I think we should add these information into Spark2.4 orc configuration file : https://spark.apache.org/docs/2.4.0/sql-data-sources-orc.html
Attachments
Issue Links
- relates to
-
HIVE-16683 ORC WriterVersion gets ArrayIndexOutOfBoundsException on newer ORC files
- Closed
- links to