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

Unbalanced braces in string representation of table descriptor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha-1
    • 3.0.0-alpha-1, 2.3.0, 2.2.3
    • None
    • None
    • Reviewed
    • Fixed unbalanced braces in string representation within HBase shell

    Description

      The string representation of a table descriptor can have unbalanced braces when there are non-default table attributes.

      hbase(main):001:0> create 't', 'd', DURABILITY => 'ASYNC_WAL'
      Created table t
      Took 1.3876 seconds
      => Hbase::Table - t
      
      hbase(main):002:0> describe 't'
      Table t is ENABLED
      t, {TABLE_ATTRIBUTES => {DURABILITY => 'ASYNC_WAL'}
      
      

      The last line is missing a closing brace.

      Attachments

        Issue Links

          Activity

            People

              junegunn Junegunn Choi
              junegunn Junegunn Choi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: