techdocsmith commented on a change in pull request #11756:
URL: https://github.com/apache/druid/pull/11756#discussion_r719577904



##########
File path: sql/src/test/java/org/apache/druid/sql/http/SqlResourceTest.java
##########
@@ -973,6 +975,41 @@ public void testUnsupportedQueryThrowsException() throws 
Exception
     Assert.assertTrue(lifecycleManager.getAll("id").isEmpty());
   }
 
+  @Test
+  public void testErrorResponseReturnSameQueryIdWhenSetInContext() throws 
Exception
+  {
+    String queryId = "id123";
+    String errorMessage = "This will be support in Druid 9999";

Review comment:
       nit: supported . 




-- 
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