-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
APIDistributed system APIsDistributed system APIsPipeline managerPipeline manager (API, API server, runner, compiler server)Pipeline manager (API, API server, runner, compiler server)adhocIssue related to ad hoc query processingIssue related to ad hoc query processingbugSomething isn't workingSomething isn't working
Description
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 inwebconsole-arrowbranch)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIDistributed system APIsDistributed system APIsPipeline managerPipeline manager (API, API server, runner, compiler server)Pipeline manager (API, API server, runner, compiler server)adhocIssue related to ad hoc query processingIssue related to ad hoc query processingbugSomething isn't workingSomething isn't working