shauryachats commented on code in PR #17145: URL: https://github.com/apache/pinot/pull/17145#discussion_r2535076356
########## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/TimeSeriesRequestHandler.java: ########## @@ -52,6 +52,7 @@ import org.apache.pinot.common.utils.HumanReadableDuration; import org.apache.pinot.core.auth.Actions; import org.apache.pinot.core.auth.TargetType; +import org.apache.pinot.core.routing.FederationProvider; Review Comment: I have not tested it out yet, but I will extend support for federation subsequently for timeseries. Timeseries engine still needs support for query options since federation is gated by the `enableFederation` query option. -- 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]
