You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Lei Sun (Jira)" <ji...@apache.org> on 2021/04/22 18:32:00 UTC

[jira] [Created] (ORC-789) Supporting schema evolution for union expansion

Lei Sun created ORC-789:
---------------------------

             Summary: Supporting schema evolution for union expansion
                 Key: ORC-789
                 URL: https://issues.apache.org/jira/browse/ORC-789
             Project: ORC
          Issue Type: Improvement
            Reporter: Lei Sun
            Assignee: Lei Sun


We are seeing the following schema evolution occurred from time to time while ORC library doesn't seem to support that: 
{code:java}
Error: org.apache.orc.impl.SchemaEvolution$IllegalEvolutionException: ORC does not support type conversion from file type uniontype<(obfuscated List of columns),struct<correctPin:string,userInput:string>> to reader type uniontype<(obfuscated List of columns),struct<correctPin:string,userInput:string>,struct<version:string>>
{code}
We would like to add the support. 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)