Dimitris Tsirogiannis has uploaded a new patch set (#2). Change subject: IMPALA-5318: Generate access events with fully qualified table names ......................................................................
IMPALA-5318: Generate access events with fully qualified table names This commit fixes an issue where dropping a table that is not loaded correctly (throws TableLoadingException) generates an access event that doesn't use a fully qualified table name. Change-Id: Icd63f7e4accc7fda9719e13059fa8d432981618a --- M fe/src/main/java/org/apache/impala/analysis/DropTableOrViewStmt.java M fe/src/main/java/org/apache/impala/analysis/TableDef.java M fe/src/test/java/org/apache/impala/analysis/AuditingTest.java 3 files changed, 16 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/6879/2 -- To view, visit http://gerrit.cloudera.org:8080/6879 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Icd63f7e4accc7fda9719e13059fa8d432981618a Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]>
