You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ro...@apache.org on 2023/03/13 17:02:36 UTC

[pinot] branch master updated (d475712d31 -> 41db04509f)

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 d475712d31 allow segment details page to load without indices (#10398)
     add 41db04509f [Multistage] Allow queries on multiple tables of same tenant to be executed from controller UI (#10336)

No new revisions were added by this update.

Summary of changes:
 .../pinot/common/exception/QueryException.java     |  2 +
 .../pinot/common/utils/request/RequestUtils.java   |  7 +++
 .../apache/pinot/sql/parsers/CalciteSqlParser.java | 41 +++++++++++++++
 .../pinot/sql/parsers/CalciteSqlCompilerTest.java  | 44 ++++++++++++++++
 .../api/resources/PinotQueryResource.java          | 60 ++++++++++++++++++++--
 ...ltiStageEngineCustomTenantIntegrationTest.java} | 32 +++++++++---
 6 files changed, 175 insertions(+), 11 deletions(-)
 copy pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{MultiStageEngineIntegrationTest.java => MultiStageEngineCustomTenantIntegrationTest.java} (81%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org