shauryachats commented on code in PR #15960:
URL: https://github.com/apache/pinot/pull/15960#discussion_r2122219024


##########
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/ClusterTest.java:
##########
@@ -549,6 +551,31 @@ public JsonNode postQuery(@Language("sql") String query)
     return queryBrokerHttpEndpoint(query);
   }
 
+  /**
+   * Queries the broker's timeseries query endpoint 
(/timeseries/api/v1/query_range).
+   * This is used for testing timeseries queries.
+   */
+  public JsonNode getTimeseriesQuery(@Language("sql") String query, long 
startTime, long endTime) {

Review Comment:
   "m3ql" is not supported in `org.intellij.lang.annotations.Language`, 
removing this annotation.



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