Github user omalley commented on the issue:
https://github.com/apache/orc/pull/308
Thinking about this more, I'd like to suggest that if the user asks for a
lowercase schema that when the fields of a struct are parsed, they are
lowercased there. That will prevent "aa" and "AA" both being converted to "aa",
but not being merged into a single field.---
