mirror of
https://github.com/apache/druid.git
synced 2025-03-02 07:19:14 +00:00
This PR has fixes a bug in the SqlStatementAPI where if the task is not found on the overlord, the response status is 500. This changes the response to invalid input since the queryID passed is not valid.