Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10125

KeyValue(Cell c) copy constructor doesn't copy tags data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.98.0
    • 0.98.0
    • None
    • None
    • Reviewed

    Description

      I happened to come across this:

        public KeyValue(Cell c) {
          this(c.getRowArray(), c.getRowOffset(), (int)c.getRowLength(),
              c.getFamilyArray(), c.getFamilyOffset(), (int)c.getFamilyLength(), 
              c.getQualifierArray(), c.getQualifierOffset(), (int) c.getQualifierLength(),
              c.getTimestamp(), Type.codeToType(c.getTypeByte()), 
              c.getValueArray(), c.getValueOffset(), c.getValueLength());
        }
      

      Attachments

        1. hbase-10125.patch
          1 kB
          Jeffrey Zhong

        Activity

          People

            jeffreyz Jeffrey Zhong
            jeffreyz Jeffrey Zhong
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: