ankitsultana commented on code in PR #17454:
URL: https://github.com/apache/pinot/pull/17454#discussion_r2662382856
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/TimeSeriesRequestHandler.java:
##########
@@ -201,7 +202,8 @@ private RangeTimeSeriesRequest
buildRangeTimeSeriesRequest(String language, Stri
Long stepSeconds = getStepSeconds(mergedParams.get("step"));
Duration timeout = StringUtils.isNotBlank(mergedParams.get("timeout"))
? HumanReadableDuration.from(mergedParams.get("timeout")) :
Duration.ofMillis(_brokerTimeoutMs);
-
+ Map<String, String> queryOptions =
RequestUtils.getOptionsFromString(mergedParams.getOrDefault("queryOptions",
Review Comment:
can we just go with a map<string, string> for query options?
--
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]