mirror of
https://github.com/apache/impala.git
synced 2026-01-26 03:01:30 -05:00
This patch fixes the broken SHOW GRANT USER ON <object> that always shows an empty result due to incorrect comparison between TPrivilege for the filter vs TPrivilege for the actual privilege that should not consider the "grantoption". Testing: - Added new E2E tests - Ran all FE tests - Ran all authorization E2E tests Change-Id: I7adc403caddd18e5a954cf6affd5d1d555b9f5f0 Reviewed-on: http://gerrit.cloudera.org:8080/11598 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>