Qiang Zhang created RANGER-1829:
-----------------------------------
Summary: RangerPolicy should use equals() to check equal for
object of
resources/policyItems/denyPolicyItems/allowExceptions/denyExceptions/dataMaskPolicyItems/rowFilterPolicyItems
Key: RANGER-1829
URL: https://issues.apache.org/jira/browse/RANGER-1829
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: master
Reporter: Qiang Zhang
Assignee: Qiang Zhang
Priority: Minor
When RangerPolicy check the equal for object of
resources/policyItems/denyPolicyItems/allowExceptions/denyExceptions/dataMaskPolicyItems/rowFilterPolicyItems,
it uses the "==" operator.
But it should not use "==", use "equals()" is correctly.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)