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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to