sink: support create sink on logical view #6285
Labels
component/frontend
Protocol, parsing, binder.
component/meta
Meta related issue.
type/feature
user-facing-changes
Contains changes that are visible to users
Milestone
As suggested by @lmatz, since we have added the (initial) support for
VIEW
after #6023, we can expose this functionality withCREATE SINK sink FROM logical_view
and everything sounds reasonable. We can make this feature experimental and develop it for benchmarking purposes first.We have a lot of code logic reused by
CREATE SINK
withCREATE MATERIALIZED VIEW
, so I believe we can support it without much effort.TableFactor
inFROM
.SINK
without materialized view on meta service.Originally posted by @BugenZhao in #5388 (comment)
As the
VIEW
seems incomplete for now, how about extending the syntax also to supportCREATE SINK sink AS ...
(just like creating materialized views)?The text was updated successfully, but these errors were encountered: