You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2018/02/27 17:32:00 UTC

[jira] [Updated] (HIVE-18507) AccumuloIndexedOutputFormat.AccumuloRecordWriter.close() - typo in the condition

     [ https://issues.apache.org/jira/browse/HIVE-18507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-18507:
------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
           Status: Resolved  (was: Patch Available)

Pushed to master. Thanks, Oleg!

> 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
>             Fix For: 3.0.0
>
>         Attachments: HIVE-18507.01.patch, 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)