gortiz commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042371603
########## 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: Does this javadoc applies to UNKNOWN or you forgot to remove the javadoc of the removed literal? -- 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