-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60728/
-----------------------------------------------------------
(Updated July 12, 2017, 7:29 a.m.)
Review request for hive.
Bugs: HIVE-16989
https://issues.apache.org/jira/browse/HIVE-16989
Repository: hive-git
Description
-------
HIVE-16989
fix some alerts found by lgtm.com
fix TextKeyWrapper.equals and add tests
add .reviewboardrc
Diffs (updated)
-----
beeline/src/java/org/apache/hive/beeline/BeeLine.java 33a65d4
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StaticPermanentFunctionChecker.java
15968fa
metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java
d6d83e0
metastore/src/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java
970038d
ql/src/java/org/apache/hadoop/hive/ql/exec/KeyWrapperFactory.java 5154a5f
ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/FlatRowContainer.java
9b1af1b
ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/Repeated.java
a7fad71
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/DumpMetaData.java
2d5e3b1
ql/src/java/org/apache/hadoop/hive/ql/plan/TezEdgeProperty.java 5d7ddc8
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFMkCollectionEvaluator.java
2b5e6dd
ql/src/test/org/apache/hadoop/hive/ql/exec/TestKeyWrapperFactory.java
PRE-CREATION
Diff: https://reviews.apache.org/r/60728/diff/3/
Changes: https://reviews.apache.org/r/60728/diff/2-3/
Testing
-------
Ran tests. Some tests failed, but also appear to fail on master.
Added tests for equals() methods in KeyWrapper classes, which fail on master
but pass with this patch.
File Attachments
----------------
HIVE-16989.4.patch
https://reviews.apache.org/media/uploaded/files/2017/07/12/eebaa7c1-a348-4e8f-a880-4e69e20bdee0__HIVE-16989.4.patch
Thanks,
Malcolm Taylor