gianm commented on code in PR #12845:
URL: https://github.com/apache/druid/pull/12845#discussion_r941927523
##########
processing/src/main/java/org/apache/druid/query/QueryInterruptedException.java:
##########
@@ -44,7 +44,7 @@
public class QueryInterruptedException extends QueryException
{
public static final String QUERY_INTERRUPTED = "Query interrupted";
- public static final String QUERY_CANCELLED = "Query cancelled";
+ public static final String QUERY_CANCELED = "Query cancelled";
Review Comment:
Yeah, it's safe to change the constant name.
--
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]