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

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

Eugene Koifman created HIVE-16952:
-------------------------------------

             Summary: 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
            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)