raghavyadav01 commented on code in PR #15604: URL: https://github.com/apache/pinot/pull/15604#discussion_r2074023914
########## pinot-plugins/pinot-timeseries-lang/pinot-timeseries-m3ql/src/main/java/org/apache/pinot/tsdb/m3ql/M3TimeSeriesPlanner.java: ########## @@ -48,7 +49,7 @@ public void init(PinotConfiguration pinotConfiguration) { } @Override - public TimeSeriesLogicalPlanResult plan(RangeTimeSeriesRequest request) { + public TimeSeriesLogicalPlanResult plan(RangeTimeSeriesRequest request, List<TableConfig> tableConfigs) { Review Comment: Added a tableMetadata Provider Interface, as of now there are few useful API's in future we can add more. -- 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