zddr opened a new pull request, #37934: URL: https://github.com/apache/doris/pull/37934
if table1 has policy "k1=1" and view1 has policy "k2=2" create view view1 as select * from table1; when "select * from view1;" will rewrite to "select * from view1 where k1=1 and k2=2" -- 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]
