This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 5c3cf01cd8 do not readd lucene readers to queue if segment is destroyed (#10989) add ed4774c5d9 Use pinot-query-planner utils to extract table names in pinot-controller (#10873) No new revisions were added by this update. Summary of changes: .../apache/pinot/sql/parsers/CalciteSqlParser.java | 66 ----------- .../pinot/sql/parsers/CalciteSqlCompilerTest.java | 125 --------------------- pinot-controller/pom.xml | 4 + .../api/resources/PinotQueryResource.java | 51 +++++---- .../helix/core/PinotHelixResourceManager.java | 9 ++ .../org/apache/pinot/query/QueryEnvironment.java | 16 +++ .../apache/pinot/query/QueryCompilationTest.java | 107 ++++++++++++++++++ 7 files changed, 166 insertions(+), 212 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org