Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15749 )
Change subject: IMPALA-9727: Fix HBaseScanNode explain formatting ...................................................................... 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]> --- M fe/src/main/java/org/apache/impala/planner/HBaseScanNode.java M testdata/workloads/functional-planner/queries/PlannerTest/hbase.test 2 files changed, 18 insertions(+), 14 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/15749 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I30fad791408a1f7e35e9b3f2e6cb4958952dd567 Gerrit-Change-Number: 15749 Gerrit-PatchSet: 6 Gerrit-Owner: Shant Hovsepian <[email protected]> Gerrit-Reviewer: Fang-Yu Rao <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Shant Hovsepian <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
