Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1682

Support '\G' in shell

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 2.1
    • Impala 4.2.0
    • Clients

    Description

      MySQL has a feature \G to return query results in the transform, with one column per line, like so:

      mysql> select * from tests limit 1 \G
      *************************** 1. row ***************************
                 id: 2
             run_id: 1
             module: test_activity_monitoring
              class: ActivityMonitoringTests
               func: test_kill_job
         start_time: 2012-08-07 10:45:37
           end_time: 2012-08-07 10:46:06
             result: pass
      error_message: NULL
         stacktrace: NULL
      1 row in set (0.01 sec)
      

      Attachments

        Issue Links

          Activity

            People

              yx91490 XiangYang
              philip Philip Martin
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: