[
https://issues.apache.org/jira/browse/HIVE-7153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-7153:
-----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Test failures are unrelated. Committed to trunk. Thanks, Roshan!
> HiveStreaming - Bug in TransactionBatch.toString() method
> ---------------------------------------------------------
>
> Key: HIVE-7153
> URL: https://issues.apache.org/jira/browse/HIVE-7153
> Project: Hive
> Issue Type: Bug
> Components: HCatalog
> Affects Versions: 0.13.0
> Reporter: Roshan Naik
> Assignee: Roshan Naik
> Labels: Streaming
> Attachments: HIVE-7153.patch
>
>
> The TransactionBatchImpl.toString() method currently returns :
> {code}
> return "TxnIds=[" + txnIds.get(0) + "src/gen/thrift" +
> txnIds.get(txnIds.size()-1)
> + "] on endPoint= " + endPt;
> {code}
> The "src/gen/thrift" there is a typo and needs to replaced with "..."
--
This message was sent by Atlassian JIRA
(v6.2#6252)