kyuubi
kyuubi copied to clipboard
[FEATURE] support materialized views
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the feature
https://docs.databricks.com/en/sql/user/materialized-views.html
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
- [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
- [ ] No. I cannot submit a PR at this time.
I'm unsure how hard to implement without touching the Spark source code. The core team has no plan to do it, but the community is open to accepting if there are contributors who want to send PR.
I'm unsure how hard to implement without touching the Spark source code. The core team has no plan to do it, but the community is open to accepting if there are contributors who want to send PR.
it is no need to touch spark source code, we can implement calcite mv rewrite rule in spark extenstion