palashc commented on code in PR #2582:
URL: https://github.com/apache/phoenix/pull/2582#discussion_r3646765840


##########
phoenix-core-client/src/main/java/org/apache/phoenix/compile/StatementContext.java:
##########
@@ -119,6 +119,9 @@ public class StatementContext {
   private Map<String, List<Expression>> serverParsedProjections;
   private StatementContext parentContext;
   private ExplainOptions explainOptions = ExplainOptions.DEFAULT;
+  // True when compile-time diagnostic recording is enabled for this context
+  private final boolean collectDiagnostics;

Review Comment:
   Should functional-index expression capture also be gated by this flag? 



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

Reply via email to