Dimitris Tsirogiannis has uploaded a new change for review. http://gerrit.cloudera.org:8080/6879
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, 19 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/6879/1 -- To view, visit http://gerrit.cloudera.org:8080/6879 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icd63f7e4accc7fda9719e13059fa8d432981618a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]>
