soumitra-st commented on PR #13537:
URL: https://github.com/apache/pinot/pull/13537#issuecomment-2214969749

   > +1. We need to return error to the user because the task doesn't exist
   
   We return 200 for non-existent table, so followed the same protocol here.
   ```
   % curl -k https://.../tables/blahsk -w "\nHTTP Code: %{http_code}\n"
   {}
   HTTP Code: 200
   ```
   
   Let me change the return to 404 in this case though.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to