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

Fix the output of the history command in Beeline

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.1.0
    • Beeline
    • None

    Description

      I executed !history command in beeline. And the following results displayed.

      Beeline version 2.1.0-SNAPSHOT by Apache Hive
      beeline> !history
      1.    0: select
      1.    1: select
      1.    2: select
      1.    3: select
      

      As a result, "1." is not necessary to output. I will change the output, such as the following.

      Beeline version 2.1.0-SNAPSHOT by Apache Hive
      beeline> !history
      0: select
      1: select
      2: select
      3: select
      

      Attachments

        1. HIVE-12780.4.patch
          3 kB
          Shinichi Yamashita
        2. HIVE-12780.3.patch
          4 kB
          Shinichi Yamashita
        3. HIVE-12780.2.patch
          0.8 kB
          Shinichi Yamashita
        4. HIVE-12780.1.patch
          0.7 kB
          Shinichi Yamashita

        Activity

          People

            sinchii Shinichi Yamashita
            sinchii Shinichi Yamashita
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: