paul-rogers commented on code in PR #12845:
URL: https://github.com/apache/druid/pull/12845#discussion_r941599507


##########
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:
   I've noticed a number of British spellings in the code. Must have been done 
by a Brit. Perhaps we can credit this spelling to that person as well. Though 
we can't change the text, it is safe to change the constant name, right? Added 
a comment to explain the disparity.



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