I created https://issues.apache.org/jira/browse/ARROW-386 -- it would be great for someone to submit a PR. We should also incorporate mixed-case field names into the forthcoming integration test suite
- Wes On Mon, Nov 21, 2016 at 3:09 PM, Hanifi GUNES <hanifigu...@gmail.com> wrote: > The default behavior seems case insensitive. I think casing should be > application dependent though. I would like to know what others think > though. In the meantime, feel free to go ahead and file a JIRA. > > Thanks. > -Hanifi > > 2016-11-21 11:48 GMT-08:00 Jingyuan Wang <jingyuan.w...@twosigma.com>: > >> Hi, >> >> I have a question about this portion of code: >> https://github.com/apache/arrow/blob/bae33d622421e6377ab3e9c81dd054 >> c796ab48a3/java/vector/src/main/codegen/templates/MapWriters.java#L174 >> >> Why converting all field names to lower case? My testing code ran into >> problem when the schema has two columns with names that have same letters >> but in different cases. E.g. "double" vs "Double"? >> >> Thanks, >> Jingyuan >> >>