v.22.6Experimental Feature
PR: Update ENGINE Syntax Behavior in WINDOW VIEW to Match MATERIALIZED VIEW
This PR changes the behavior of theENGINEsyntax inWINDOW VIEW, to make it like inMATERIALIZED VIEW. #37214 (vxider).
Why it matters
This change ensures consistent and predictable behavior when specifying theENGINE clause in WINDOW VIEW definitions, aligning it with the established logic of MATERIALIZED VIEW. This resolves potential confusion and improves the usability of window views.How to use it
Define theWINDOW VIEW with the ENGINE clause similarly as you would in a MATERIALIZED VIEW. The syntax and behavior are now consistent, so users can apply their knowledge of materialized views to window views.