gortiz commented on code in PR #14582:
URL: https://github.com/apache/pinot/pull/14582#discussion_r1884092428
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/timeseries/TimeSeriesPhysicalTableScan.java:
##########
@@ -54,6 +55,11 @@ public ExecutorService getExecutorService() {
return _executorService;
}
+ @Override
+ public BaseTimeSeriesPlanNode withInputs(List<BaseTimeSeriesPlanNode>
newInputs) {
Review Comment:
in MSQ we also use it when executing the explain plan that includes segment
information (aka indexes).
--
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]