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: [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]