Douglas Drinka created ORC-402: ---------------------------------- Summary: Convert tool should create a lowercase schema Key: ORC-402 URL: https://issues.apache.org/jira/browse/ORC-402 Project: ORC Issue Type: Improvement Components: tools Reporter: Douglas Drinka
Mixed-case struct field names don't work in Hive. There should be a way to convert a camel-cased JSON document into ORC without having to pre-process the JSON. I've created a proof-of-concept pull request that implements this behavior. Output files are tested in Hive and Presto. https://github.com/apache/orc/pull/308 -- This message was sent by Atlassian JIRA (v7.6.3#76005)