This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new cbfb06f777 UI: remove V2 Multi-Stage Query Engine warning (#11336)
cbfb06f777 is described below

commit cbfb06f7773d195e6d7b0a4d2ea71a1b23dfce4a
Author: Jayesh Choudhary <[email protected]>
AuthorDate: Sun Aug 13 16:36:15 2023 +0530

    UI: remove V2 Multi-Stage Query Engine warning (#11336)
---
 pinot-controller/src/main/resources/app/pages/Query.tsx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pinot-controller/src/main/resources/app/pages/Query.tsx 
b/pinot-controller/src/main/resources/app/pages/Query.tsx
index 29c9843db7..036219ede8 100644
--- a/pinot-controller/src/main/resources/app/pages/Query.tsx
+++ b/pinot-controller/src/main/resources/app/pages/Query.tsx
@@ -316,10 +316,6 @@ const QueryPage = () => {
          + `created with an older schema. `
          + `Please reload the table in order to refresh these segments to the 
new schema.`);
     }
-    if (checked.useMSE) {
-      warnings.push(`Using V2 Multi-Stage Query Engine. This is an 
experimental feature. Please report any bugs to `
-          + `Apache Pinot Slack channel.`);
-    }
     return warnings;
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to