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

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

Shant Hovsepian created IMPALA-9727:
---------------------------------------

             Summary: 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


{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)