Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7153

HiveStreaming - Bug in TransactionBatch.toString() method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.13.0
    • None
    • HCatalog

    Description

      The TransactionBatchImpl.toString() method currently returns :

      return "TxnIds=[" + txnIds.get(0) + "src/gen/thrift" + txnIds.get(txnIds.size()-1)
                    + "] on endPoint= " + endPt;
      

      The "src/gen/thrift" there is a typo and needs to replaced with "..."

      Attachments

        1. HIVE-7153.patch
          0.8 kB
          Roshan Naik

        Activity

          People

            roshan_naik Roshan Naik
            roshan_naik Roshan Naik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: