You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jiayi Liu (Jira)" <ji...@apache.org> on 2019/12/27 06:29:00 UTC

[jira] [Commented] (HIVE-18325) Config to do case unaware schema evolution to ORC reader.

    [ https://issues.apache.org/jira/browse/HIVE-18325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003921#comment-17003921 ] 

Jiayi Liu commented on HIVE-18325:
----------------------------------

Hi, this JIRA can solve this problem https://issues.apache.org/jira/browse/HIVE-20126

> Config to do case unaware schema evolution to ORC reader.
> ---------------------------------------------------------
>
>                 Key: HIVE-18325
>                 URL: https://issues.apache.org/jira/browse/HIVE-18325
>             Project: Hive
>          Issue Type: Bug
>          Components: ORC
>            Reporter: piyush mukati
>            Priority: Critical
>
> in case of orc data reader schema passed by hive are all small cases and if the column name stored in the file has any uppercase, it will return null values for those columns even if the data is present in the file. 
> Column name matching while schema evolution should be case unaware. 
> we need to pass config for same from hive. the config(orc.schema.evolution.case.sensitive) in orc will be exposed by https://issues.apache.org/jira/browse/ORC-264 
>  



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