JingsongLi commented on code in PR #7034:
URL: https://github.com/apache/paimon/pull/7034#discussion_r2686446308


##########
paimon-spark/paimon-spark-ut/src/test/java/org/apache/paimon/spark/SparkCatalogWithRestTest.java:
##########
@@ -237,6 +246,116 @@ public void testMapFunction() throws Exception {
         cleanFunction(functionName);
     }
 
+    @Test
+    public void testColumnMasking() {
+        spark.sql(
+                "CREATE TABLE t_column_masking (id INT, secret STRING, email 
STRING, phone STRING) TBLPROPERTIES"
+                        + " ('bucket'='1', 'bucket-key'='id', 
'file.format'='avro', 'query-auth.enabled'='true')");

Review Comment:
   Don't need to test bucketed table. Just no bucket.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to