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