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)