We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0eab4 commit fb64736Copy full SHA for fb64736
tests/sqllogictests/suites/ee/05_ee_ddl/05_0010_policy_references.test
@@ -92,7 +92,7 @@ select * from policy_references(POLICY_NAME => 'rap_multi_case1');
92
rap_multi_case1 ROW ACCESS POLICY default employees1 TABLE NULL name, department ACTIVE
93
94
query T
95
-select * from policy_references(POLICY_NAME => 'mask_ssn_conditional1');
+select * from policy_references(POLICY_NAME => 'mask_ssn_conditional1') order by ref_entity_name;
96
----
97
mask_ssn_conditional1 MASKING POLICY default employees1 TABLE ssn role ACTIVE
98
mask_ssn_conditional1 MASKING POLICY default employees2 TABLE ssn role ACTIVE
0 commit comments