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

jackie 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 807052305c [UI] change UI to show 'Use Multi-Stage Engine' instead of 
'Use V2 Engine' (#11338)
807052305c is described below

commit 807052305cf3e4809693b98eaa6a3c2fdb01a69f
Author: Xiang Fu <[email protected]>
AuthorDate: Sun Aug 13 17:05:45 2023 -0700

    [UI] change UI to show 'Use Multi-Stage Engine' instead of 'Use V2 Engine' 
(#11338)
---
 pinot-controller/src/main/resources/app/pages/Query.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-controller/src/main/resources/app/pages/Query.tsx 
b/pinot-controller/src/main/resources/app/pages/Query.tsx
index 036219ede8..c75e02fe09 100644
--- a/pinot-controller/src/main/resources/app/pages/Query.tsx
+++ b/pinot-controller/src/main/resources/app/pages/Query.tsx
@@ -506,7 +506,7 @@ const QueryPage = () => {
                     onChange={handleChange}
                     checked={checked.useMSE}
                 />
-                Use V2 Engine
+                Use Multi-Stage Engine
               </Grid>
 
               <Grid item xs={3}>


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

Reply via email to