shauryachats opened a new pull request, #16003: URL: https://github.com/apache/pinot/pull/16003
This PR improves the TimeSeries query planner by automatically resolving and appending table type information (like `offline` or `realtime`) to logical plan nodes. ### Key updates: - Enhanced `TableScanVisitor` to look up table type using `TableRouteProvider` and annotate plan nodes accordingly. - Updated `TimeSeriesQueryEnvironment` to include this table type resolution step before building the physical plan. - Added a `withTableName` method to `LeafTimeSeriesPlanNode` to support creating updated copies with the resolved table name. - Modified the visitor initialization to accept a `TableRouteProvider` and `TableCache` for lookup. - Added the `pinot-query-planner` dependency to the planner module's `pom.xml`. ### Testing: - Added a new integration test in `TimeSeriesIntegrationTest` which tests for the case where the table type is missing from the table name. - Verified that the time series quickstart is running correctly. -- 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