Commits


Antony Mayi authored and Uwe L. Korn committed 0396240b55a
ARROW-1190: [JAVA] Fixing VectorLoader for duplicate field names VectorLoader was corrupting data when some of the fields had same name in which case only one of that vectors got properly loaded. This PR resolves the problem by avoiding by-name field lookups. Author: Antony Mayi <antonymayi@yahoo.com> Closes #816 from antonymayi/master and squashes the following commits: 38c1837 [Antony Mayi] adding unit test for unload-loading vectors with duplicate field names a723416 [Antony Mayi] ARROW-1190 - fixing VectorLoader for duplicate field names