mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
This patch update plan-graph.py as follows: - Display more information in runtime filter nodes. - Parse both "Filter routing table" and "Final filter table" section. The latter wins over the former if both exist. - Parse cardinality estimate from query plan. - Handle #Inst column in ExecSummary if exists. - Add option to group plan nodes belonging to the same fragment. - Add various args to display/hide certain information in graph. Change-Id: I22b0188bba3eef120c3e4b0f48408088123c4650 Reviewed-on: http://gerrit.cloudera.org:8080/21619 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>