This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from ecb1783d1b Fix needReload to fetch status from servers in ExternalView (#15637) add 53bdb00179 Move Query Execution Planning to TableExecutionInfo in SSE (#15523) No new revisions were added by this update. Summary of changes: .../query/executor/ServerQueryExecutorV1Impl.java | 250 +++-------------- .../query/executor/SingleTableExecutionInfo.java | 302 +++++++++++++++++++++ .../core/query/executor/TableExecutionInfo.java | 211 ++++++++++++++ 3 files changed, 558 insertions(+), 205 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/executor/SingleTableExecutionInfo.java create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/executor/TableExecutionInfo.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org