You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Roshan Naik (JIRA)" <ji...@apache.org> on 2014/05/30 22:59:01 UTC

[jira] [Updated] (HIVE-7153) HiveStreamin - Minor bug in TransactionBatch.toString() method

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

Roshan Naik updated HIVE-7153:
------------------------------

    Description: 
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  "..."



  was:
The toString() method current 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  "..."




> HiveStreamin - Minor bug in TransactionBatch.toString() method
> --------------------------------------------------------------
>
>                 Key: HIVE-7153
>                 URL: https://issues.apache.org/jira/browse/HIVE-7153
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>            Reporter: Roshan Naik
>            Assignee: Roshan Naik
>              Labels: Streaming
>
> 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)