Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19401 )
Change subject: IMPALA-3880: Add list of all tables queried to runtime profile ...................................................................... IMPALA-3880: Add list of all tables queried to runtime profile This change adds a new info string to the frontend runtime profile which contains the referenced tables by the query in a comma-separated format. Tests: - Added tests to check if the referenced tables are enumerated correctly - Added test to check if referenced table is filled properly with different DLM statements Change-Id: Ib474a5c6522032679701103aa225a18edca62f5a Reviewed-on: http://gerrit.cloudera.org:8080/19401 Reviewed-by: Daniel Becker <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/service/Frontend.java M tests/query_test/test_observability.py M tests/shell/test_shell_commandline.py 3 files changed, 64 insertions(+), 1 deletion(-) Approvals: Daniel Becker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19401 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib474a5c6522032679701103aa225a18edca62f5a Gerrit-Change-Number: 19401 Gerrit-PatchSet: 7 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]>
