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

Thrift2 should support DeleteFamilyVersion type

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-alpha-1
    • 2.0.0-alpha-2, 2.0.0
    • Thrift
    • None
    • Reviewed

    Description

      Currently, our thrift2 only support two delete types, Actually, there are four delete types.and we should support the other delete type: DeleteFamily and DeleteFamilyVersion.

      /**
       * Specify type of delete:
       *  - DELETE_COLUMN means exactly one version will be removed,
       *  - DELETE_COLUMNS means previous versions will also be removed.
       */
      enum TDeleteType {
        DELETE_COLUMN = 0,
        DELETE_COLUMNS = 1
      }
      

      Attachments

        1. HBASE-18402.v1.patch
          9 kB
          Zheng Hu

        Issue Links

          Activity

            People

              openinx Zheng Hu
              openinx Zheng Hu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: