Skip to content

ad-hoc queries requests do not resolve when using HTTP API and arrow-ipc format #4239

@Karakatiza666

Description

@Karakatiza666

Does not reproduce in fda CLI due to different protocols used there.

  • Start fraud-detection demo in web-console
  • Run "select * from customer order by name limit 4000" query, observe it yields results as expected
  • Open browser debug tools (F12), switch to the Network tab
  • Run "select * from customer order by name limit 6000" query, observe the ad-hoc HTTP request made but not getting resolved
    (currently reproducible in webconsole-arrow branch)

Metadata

Metadata

Assignees

Labels

APIDistributed system APIsPipeline managerPipeline manager (API, API server, runner, compiler server)adhocIssue related to ad hoc query processingbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions