You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the StreamMaterialize should not be in the to_stream of logicalScan but it should be at the top of the streaming plan, so it should not be in "LogicalScan::to_stream" but in PlanRoot::gen_create_mv_plan
We will convert
select * from x
in stream toStreamTableScan
(not sure if this is correct).Will finish this function:
The text was updated successfully, but these errors were encountered: