[
https://issues.apache.org/jira/browse/ORC-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15935014#comment-15935014
]
ASF GitHub Bot commented on ORC-167:
------------------------------------
Github user omalley commented on a diff in the pull request:
https://github.com/apache/orc/pull/103#discussion_r107234940
--- Diff: java/core/src/java/org/apache/orc/impl/SchemaEvolution.java ---
@@ -128,6 +128,11 @@ public SchemaEvolution(TypeDescription fileSchema,
}
@Deprecated
+ public SchemaEvolution(TypeDescription fileSchema, Reader.Options
options) {
+ this(fileSchema, null, options);
--- End diff --
That doesn't work. We removed that one in ORC-147 precisely because we need
compatibility with Hive 2.1.
> Missing SchemaEvolution API breaks hive compatibility
> -----------------------------------------------------
>
> Key: ORC-167
> URL: https://issues.apache.org/jira/browse/ORC-167
> Project: ORC
> Issue Type: Bug
> Affects Versions: 1.3.0, 1.4.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Fix For: 1.3.4, 1.4.0
>
>
> {code}
> public SchemaEvolution(TypeDescription fileSchema, Reader.Options options)
> {code}
> API is missing within minor versions breaks build in hive.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)