----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50503/#review143742 -----------------------------------------------------------
There are some extra spaces or tabs on the files. Could you remove them? ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFStringToMap.java (line 102) <https://reviews.apache.org/r/50503/#comment209671> Remove extra spaces here. ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDFStringToMap.java (line 53) <https://reviews.apache.org/r/50503/#comment209672> Remove extra spaces ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDFStringToMap.java (line 78) <https://reviews.apache.org/r/50503/#comment209673> Remove extra spaces - Sergio Pena On July 27, 2016, 2:51 p.m., Marta Kuczora wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/50503/ > ----------------------------------------------------------- > > (Updated July 27, 2016, 2:51 p.m.) > > > Review request for hive, Aihua Xu and Sergio Pena. > > > Bugs: HIVE-12954 > https://issues.apache.org/jira/browse/HIVE-12954 > > > Repository: hive-git > > > Description > ------- > > HIVE-12954: NPE with str_to_map on null strings > > > Diffs > ----- > > > ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFStringToMap.java > ed60fbf > > ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDFStringToMap.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/50503/diff/ > > > Testing > ------- > > Added new unit test for GenericUDFStringToMap, please see the patch for > details. > Also did manual testing. > > > Thanks, > > Marta Kuczora > >