You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/10/28 00:11:00 UTC

[jira] [Assigned] (HIVE-16952) AcidUtils.parseBaseOrDeltaBucketFilename() end clause

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

Eugene Koifman reassigned HIVE-16952:
-------------------------------------

    Assignee: Eugene Koifman

> AcidUtils.parseBaseOrDeltaBucketFilename() end clause
> -----------------------------------------------------
>
>                 Key: HIVE-16952
>                 URL: https://issues.apache.org/jira/browse/HIVE-16952
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 1.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Minor
>
> The end of this method
> {noformat}
>     } else {
>       result.setOldStyle(true).bucket(-1).minimumTransactionId(0)
>           .maximumTransactionId(0);
>     }
> {noformat}
> should this throw instead?  bucket == -1 can't be handled by anything in OrcRawRecordMerger or anywhere else



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)