Skip to content

[Ad-Hoc] Sometimes HTTP response body is incomplete when reading results in arrow_ipc format through HTTP #4287

@Karakatiza666

Description

@Karakatiza666

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');
  1. Run
insert into a values (1), (2), (3)
  1. Run
select * from a

multiple times (press Enter repeatedly), waiting for the previous query to complete

  1. Observe:
  • Incomplete rows
  • Various stream errors
Image Image Image Image Image

Metadata

Metadata

Assignees

Labels

adhocIssue related to ad hoc query processing

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions