You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "piyush mukati (JIRA)" <ji...@apache.org> on 2018/01/02 08:58:00 UTC

[jira] [Created] (ORC-286) setting default value for isSchemaEvolutionCaseAware

piyush mukati created ORC-286:
---------------------------------

             Summary: setting default value for isSchemaEvolutionCaseAware
                 Key: ORC-286
                 URL: https://issues.apache.org/jira/browse/ORC-286
             Project: ORC
          Issue Type: Bug
            Reporter: piyush mukati
            Assignee: piyush mukati


Inside org.apache.orc.Reader.Options. isSchemaEvolutionCaseAware is added in ORC-264.
In case of default constructor  Options()  the value of isSchemaEvolutionCaseAware is not set by OrcConf.IS_SCHEMA_EVOLUTION_CASE_SENSITIVE.
Causing the value of isSchemaEvolutionCaseAware to be false while the default should be true.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)