[
https://issues.apache.org/jira/browse/HIVE-18507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Danilov updated HIVE-18507:
--------------------------------
Attachment: HIVE-18507.patch
> 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
> Priority: Trivial
> Attachments: HIVE-18507.patch
>
>
> 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)