maytasm commented on pull request #11892:
URL: https://github.com/apache/druid/pull/11892#issuecomment-963807513


   Can you add a test for this?
   You can do something similar to 
SqlResourceTest#testUnsupportedQueryThrowsExceptionWithFilterResponse but 
replacing `EasyMock.expect(badQuery.getParameterList()).andThrow(new 
QueryUnsupportedException(errorMessage));` with 
`EasyMock.expect(badQuery.getParameterList()).andThrow(new 
Error(errorMessage));`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to