albertobastos commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042796526
########## pinot-spi/src/main/java/org/apache/pinot/spi/exception/QueryErrorCode.java: ########## @@ -57,6 +57,7 @@ public enum QueryErrorCode { UNKNOWN_COLUMN(710, "UnknownColumnError"), /// Error while planning the query. For example, trying to run a colocated join on non-colocated tables. QUERY_PLANNING(720, "QueryPlanningError"), + /// Query already errored out. Review Comment: You guessed it, forgot to remove it as well. Sorry about that. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org