You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2018/09/21 22:21:36 UTC

[GitHub] orc issue #308: Covert tool should create a lowercase schema

Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/308
  
    Actually, this is doesn't match my experience. Hive doesn't support uppercase letters in the top level column names, but it does support them in sub-structs. Furthermore, ORC from other systems can handle the uppercase letters.
    
    You might also try setting "orc.schema.evolution.case.sensitive" to false to get name-based matching of the ORC types that isn't case sensitive.
    
    In terms of this patch, can you add a parameter that allows the user to downcase the column names?


---