[
https://issues.apache.org/jira/browse/ORC-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206374#comment-17206374
]
Owen O'Malley commented on ORC-669:
-----------------------------------
Although we should understand why Spark is accessing those private fields in
the impl class. Is there a missing function in the public API?
> Reduce breaking changes in ReaderImpl.java
> ------------------------------------------
>
> Key: ORC-669
> URL: https://issues.apache.org/jira/browse/ORC-669
> Project: ORC
> Issue Type: Bug
> Components: Java
> Affects Versions: 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Major
> Fix For: 1.6.6, 1.7.0
>
>
> This issue aims to reduce the breaking changes in Apache ORC 1.6.0 due to
> ORC-520.
> {code}
> [info] java.lang.NoSuchFieldError: types
> [info] at
> org.apache.hadoop.hive.ql.io.orc.ReaderImpl.<init>(ReaderImpl.java:64)
> {code}
> {code}
> [info] java.lang.IllegalAccessError: tried to access field
> org.apache.orc.impl.ReaderImpl.compressionKind from class
> org.apache.hadoop.hive.ql.io.orc.ReaderImpl
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)