[
https://issues.apache.org/jira/browse/IMPALA-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105907#comment-17105907
]
ASF subversion and git services commented on IMPALA-9727:
---------------------------------------------------------
Commit 7d260b602895280fab1a1a543a3e9700493febbd in impala's branch
refs/heads/master from Shant Hovsepian
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=7d260b6 ]
IMPALA-9727: Fix HBaseScanNode explain formatting
In the case with more than one hbase predicate the indentation level
wasn't correctly formatted in the explain string.
Instead of:
| | 13:SCAN HBASE [default.dimension d]
| | hbase filters:
| | d:foo EQUAL '1'
| | d:bar EQUAL '2'
| | d:baz EQUAL '3'
| | predicate:
This was produced:
| | 13:SCAN HBASE [default.dimension d]
| | hbase filters:
d:foo EQUAL '1'
d:bar EQUAL '2'
d:baz EQUAL '3'
| | predicate:
Change-Id: I30fad791408a1f7e35e9b3f2e6cb4958952dd567
Reviewed-on: http://gerrit.cloudera.org:8080/15749
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
>
> {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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]