-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33653/
-----------------------------------------------------------

Review request for drill.


Bugs: DRILL-2036
    https://issues.apache.org/jira/browse/DRILL-2036


Repository: drill-git


Description
-------

DRILL-2036: Make field name in MapWriter case-insensitive

When looking up the vectors in the container vector, we already treat
the field name as case insensitive. But we were not treating the field names
in MapWriter when looking up the FieldWriter as case-insensitive. This
inconsistency resulted in incorrect data. This patch makes the behavior
consistent


Diffs
-----

  exec/java-exec/src/main/codegen/templates/MapWriters.java 
6ee80351dbab5c16abd5ed2cc8fd40879a953afe 

Diff: https://reviews.apache.org/r/33653/diff/


Testing
-------


Thanks,

Steven Phillips

Reply via email to