Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.1
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
- is related to
-
IMPALA-1096 impala-shell: add support for record view (extended / vertical display)
- Open
- relates to
-
IMPALA-11380 impala-shell's VerticalOutputFormatter may incorrectly strip trailing whitespace
- Resolved