Adam Holley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11184
Change subject: IMPALA-7398: Add logged_in_user alias for effective_user ...................................................................... IMPALA-7398: Add logged_in_user alias for effective_user This patch adds an alias to the effective_user function so that views created in Hive using the logged_in_user function will work in Impala. Example: CREATE VIEW foo.view1 AS SELECT * FROM foo.table1 WHERE name=logged_in_user(); Tests: - Added function and ran delegation tests - Ran backend tests - Ran custom-cluster tests including delegation Change-Id: Id63f243e0fffbe2798f1f9dbc4cc3ebe9d9529a6 --- M be/src/exprs/expr-test.cc M common/function-registry/impala_functions.py M tests/custom_cluster/test_delegation.py 3 files changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/11184/2 -- To view, visit http://gerrit.cloudera.org:8080/11184 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id63f243e0fffbe2798f1f9dbc4cc3ebe9d9529a6 Gerrit-Change-Number: 11184 Gerrit-PatchSet: 2 Gerrit-Owner: Adam Holley <[email protected]>
