Document ALTER MATERIALIZED VIEW SET PROPERTIES#10835
Conversation
d934b0e to
1dd1d89
Compare
|
Will you be documenting the support of the |
|
@jhlodin Please ping me/tag me once this looks ready to merge. I unfortunately don't have enough context to review this - I'll defer to @sunningCGo. |
I can as a follow-up PR once this language gets approved and merged. The most important inclusion is the |
sunningCGo
left a comment
There was a problem hiding this comment.
Looks good to me. Please remember to document the support of DEFAULT in the other six kinds of statements as a follow-up.
|
Tracked documenting the support of Can we merge this PR? |
|
I don't have permission to merge things into trino but I think @mosabua does. |
|
I wish @sunningCGo .. can we get some help from @electrum @martint @hashhar @findepi maybe? |
|
Please do use different commits for:
|
@findinpath do you mean separate commits for |
Yes. |
|
@sunningCGo I'm having a hard time to find a connector which supports the statement of altering the properties for materialized views. Could you please document a simple test scenario for the functionality of dealing with this functionality? Besides |
docs/src/main/sphinx/connector/alter-mv-set-properties-unsupported.fragment
Outdated
Show resolved
Hide resolved
Support in Starburst Hive Connector is being added in https://github.com/starburstdata/starburst-enterprise/pull/4523.
There are some tests in https://github.com/starburstdata/starburst-enterprise/blob/2be54560b5dd8c1ccdc15fb72d5ba36d2d48a1ed/lib/starburst-redirection/src/test/java/com/starburstdata/presto/redirection/AbstractStarburstMaterializedViewsTest.java#L1165. These tests are part of the PR mentioned above.
None that I am aware of. |
1dd1d89 to
a0e7815
Compare
There was a problem hiding this comment.
Do we have some mechanism (a system table like system.metadata.table_properties?) to inspect available properties and their data types and default values?
There was a problem hiding this comment.
We do not. We could look at adding something like that in the future.
a0e7815 to
a88cfbb
Compare
docs/src/main/sphinx/connector/alter-mv-set-properties-unsupported.fragment
Outdated
Show resolved
Hide resolved
a88cfbb to
09a1234
Compare
Document changes discussed in #10774