gortiz commented on code in PR #13733: URL: https://github.com/apache/pinot/pull/13733#discussion_r1750212242
########## pinot-core/src/main/java/org/apache/pinot/core/query/request/context/QueryContext.java: ########## @@ -528,7 +538,16 @@ public Builder setExpressionOverrideHints(Map<ExpressionContext, ExpressionConte return this; } + /** + * @deprecated Use {@link #setExplain(ExplainMode)} instead. + */ + @Deprecated Review Comment: I just wanted to be more polite in case someone is using it. I don't think it hurts and we can remove it later. -- 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