Reproducible in web-console in the latest commit of `webconsole-arrow` branch. 1) Create and start pipeline with SQL ``` CREATE TABLE a (foo BIGINT) WITH ('materialized' = 'true'); ``` 2) Run ``` insert into a values (1), (2), (3) ``` 3) Run ``` select * from a ``` multiple times (press Enter repeatedly), waiting for the previous query to complete 4) Observe: - Incomplete rows - Various stream errors <img width="451" height="67" alt="Image" src="https://github.com/user-attachments/assets/54b5a894-4fd1-46fd-954b-abe87a59a864" /> <img width="454" height="122" alt="Image" src="https://github.com/user-attachments/assets/f22baf74-ff31-4b98-8329-19e617db97b9" /> <img width="454" height="122" alt="Image" src="https://github.com/user-attachments/assets/1c277e80-c6c8-4e93-acad-564dd6e5d7f7" /> <img width="454" height="165" alt="Image" src="https://github.com/user-attachments/assets/3a38bcab-ae1d-43fa-b426-39eb7e73d2f7" /> <img width="454" height="165" alt="Image" src="https://github.com/user-attachments/assets/a4955bc7-8566-4867-ad8a-b0fac2ecbdbf" />