Oleg Danilov created HIVE-18507:
-----------------------------------
Summary: AccumuloIndexedOutputFormat.AccumuloRecordWriter.close()
- typo in the condition
Key: HIVE-18507
URL: https://issues.apache.org/jira/browse/HIVE-18507
Project: Hive
Issue Type: Bug
Reporter: Oleg Danilov
This condition always true:
{code:java}
if(var7.getAuthorizationFailuresMap().size() >= 0) {
{code}
Obviously, size() always >= 0 :), so should > instead of.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
