Quanlong Huang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14734


Change subject: IMPALA-9152: Clear row filter policies before 
testColumnMaskEnabled
......................................................................

IMPALA-9152: Clear row filter policies before testColumnMaskEnabled

When checking privilege requests, we put table level request before
column level requests in the request list. If a table has both row
filter policy and column masking policies, the error message will be row
filtering not supported. So we need to clear any existing row filter
policies in AuthorizationStmtTest#testColumnMaskEnabled().

Test:
Manually create some row filter policies and run testColumnMaskEnabled
successfully.

Change-Id: Ic77fc7480e1b8bc8abcc3968f11ee148c1f02c0f
---
M fe/src/test/java/org/apache/impala/authorization/AuthorizationStmtTest.java
M fe/src/test/java/org/apache/impala/authorization/AuthorizationTestBase.java
2 files changed, 34 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/14734/1
--
To view, visit http://gerrit.cloudera.org:8080/14734
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic77fc7480e1b8bc8abcc3968f11ee148c1f02c0f
Gerrit-Change-Number: 14734
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to