Open payamrastogi opened 3 months ago
hi, this is some by design, the proton-local is serverless. and the mv && simple stream which is storage backend, and what this can do?
I will refine this error msg. yes, this isn't very clear. to better explore streaming, I still recommend trying proton-server and proton-client. and all the above functions also work in the proton-server. this is a superset of proton-local.
Support for MV in Proton local mode
version: proton local 1.5.14 Device: Mac M1 silicon
currently, while running the following query in the proton local mode results in an exception -
Received exception: Code: 2004. DB::Exception: Failed to create inner stream for Materialized view '_local.mv'. (RESOURCE_NOT_INITED)
CREATE MATERIALIZED VIEW mv AS SELECT * FROM github_events
github-example