You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/04/06 07:21:40 UTC

[GitHub] [incubator-kyuubi] pan3793 commented on a diff in pull request #2267: [KYUUBI #1451] Add Row-level filtering support

pan3793 commented on code in PR #2267:
URL: https://github.com/apache/incubator-kyuubi/pull/2267#discussion_r843559670


##########
extensions/spark/kyuubi-spark-authz/src/test/resources/sparkSql_hive_jenkins.json:
##########
@@ -463,6 +463,64 @@
       "guid": "fd24db19-f7cc-4e13-a8ba-bbd5a07a2d8d",
       "isEnabled": true,
       "version": 5
+    },
+    {
+      "service": "hive_jenkins",
+      "name": "src_key _less_than_20",
+      "policyType": 2,
+      "policyPriority": 0,
+      "description": "",
+      "isAuditEnabled": true,
+      "resources": {
+        "database": {
+          "values": [
+            "default"
+          ],
+          "isExcludes": false,
+          "isRecursive": false
+        },
+        "table": {
+          "values": [
+            "src"
+          ],
+          "isExcludes": false,
+          "isRecursive": false
+        }
+      },
+      "policyItems": [],
+      "denyPolicyItems": [],
+      "allowExceptions": [],
+      "denyExceptions": [],
+      "dataMaskPolicyItems": [],
+      "rowFilterPolicyItems": [
+        {
+          "rowFilterInfo": {
+            "filterExpr": "key\u003c20"

Review Comment:
   Can `\u003c` be replaced by `<`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org