gianm commented on a change in pull request #7248: Added better QueryInterruptedException error message for UnsupportedOperationException URL: https://github.com/apache/incubator-druid/pull/7248#discussion_r266140326
########## File path: docs/content/querying/querying.md ########## @@ -122,4 +122,5 @@ Possible codes for the *error* field include: |`Query cancelled`|The query was cancelled through the query cancellation API.| |`Resource limit exceeded`|The query exceeded a configured resource limit (e.g. groupBy maxResults).| |`Unauthorized request.`|The query was denied due to security policy. Either the user was not recognized, or the user was recognized but does not have access to the requested resource.| +|`Unsupported operation`|The query attempted to perform an unsupported operation| Review comment: > The query attempted to perform an unsupported operation. This may occur when using undocumented features or when using an incompletely implemented extension. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
