Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlWith always specifies NOT MATERIALIZED when materialization is supported #106

Open
zlondrej opened this issue Sep 22, 2023 · 0 comments

Comments

@zlondrej
Copy link
Contributor

This forces decision making between WITH MATERIALIZED and WITH NOT MATERIALIZED on the developer, there's no way to make it just WITH, which leaves the decision on the optimizer. At least, it should be called sqlWithNotMaterialized to be explicit about the function's behavior.

@zlondrej zlondrej changed the title sqlWith always specifies NOT MATERIALIZED when supported sqlWith always specifies NOT MATERIALIZED when materialization is supported Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant