You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/05/13 05:12:00 UTC

[jira] [Resolved] (IMPALA-9727) Explain output for Hbase Scans isn't formatted correctly

     [ https://issues.apache.org/jira/browse/IMPALA-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quanlong Huang resolved IMPALA-9727.
------------------------------------
    Fix Version/s: Impala 4.0
       Resolution: Fixed

> Explain output for Hbase Scans isn't formatted correctly
> --------------------------------------------------------
>
>                 Key: IMPALA-9727
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9727
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 3.4.0
>            Reporter: Shant Hovsepian
>            Assignee: Shant Hovsepian
>            Priority: Trivial
>             Fix For: Impala 4.0
>
>
> {code:java}
> EXPLAIN SELECT * FROM default.dimension d WHERE foo = '1' AND bar = '2' AND baz = '3'{code}
> {{Outputs the following.}}
> {{| | 13:SCAN HBASE [default.dimension d]}}
> {{| | hbase filters:}}
> {{d:foo EQUAL '1'}}
> {{d:bar EQUAL '2'}}
> {{d:baz EQUAL '3'}}
> {{| | predicate:}}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)