bowenliang123 commented on issue #4341: URL: https://github.com/apache/kyuubi/issues/4341#issuecomment-1460338542
> > thanks @Jackhjf for the validation > > now i found a problem,if I excute this sql: > > select id ,name from iceberg_spark.test_copy a where a.name like "中%"; > > I will get an empty result > > <img alt="image" width="1172" src="https://user-images.githubusercontent.com/33471639/223753849-a01805f9-c1c9-4a51-9046-d2a39258a183.png"> > > <img alt="image" width="1039" src="https://user-images.githubusercontent.com/33471639/223753943-408a4612-6bb8-4f3c-8a50-c26f3bf87ac2.png"> > > @yaooqinn I think this is the exact result that you would expect with the column masking. The masking is properly pushed down to leaf node of scanning the source. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
