----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24211/ -----------------------------------------------------------
Review request for hive and Szehon Ho. Bugs: HIVE-7554 https://issues.apache.org/jira/browse/HIVE-7554 Repository: hive-git Description ------- Resolves columns in a case insensitive manner. I also updated parquet_columnar.q as I was concerned that it simply found the first column of the correct type. That does not appear to be true but I think the updated test covers more code. Diffs ----- data/files/parquet_mixed_case PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java c100dce ql/src/test/queries/clientpositive/parquet_columnar.q 4303d3e ql/src/test/queries/clientpositive/parquet_mixed_case.q PRE-CREATION ql/src/test/results/clientpositive/parquet_columnar.q.out 2222ff9 ql/src/test/results/clientpositive/parquet_mixed_case.q.out PRE-CREATION Diff: https://reviews.apache.org/r/24211/diff/ Testing ------- Thanks, Brock Noland