amrishlal commented on a change in pull request #7568:
URL: https://github.com/apache/pinot/pull/7568#discussion_r749486130



##########
File path: 
pinot-common/src/main/java/org/apache/pinot/common/request/PinotQuery.java
##########
@@ -593,6 +604,28 @@ public void setQueryOptionsIsSet(boolean value) {
     }
   }
 
+  public boolean isExplain() {
+    return this.explain;
+  }
+
+  public void setExplain(boolean explain) {
+    this.explain = explain;
+    setExplainIsSet(true);

Review comment:
       > Can we also add some tests under integration tests, like 
`OfflineClusterIntegrationTest`?
   Added one integration test.




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

Reply via email to