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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new aa0645cd10f [chore](show engines)Change `palo` to `Doris` (#47861) 
(#50531)
aa0645cd10f is described below

commit aa0645cd10fd087f9b1d71d7e62b23eff37082bd
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Tue May 6 09:51:56 2025 +0800

    [chore](show engines)Change `palo` to `Doris` (#47861) (#50531)
    
    bp #47861
    
    Co-authored-by: Thearas <[email protected]>
---
 fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java
index 3d37c7a2fa4..2087fd283c3 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java
@@ -593,7 +593,7 @@ public class ShowExecutor {
     private void handleShowEngines() {
         ShowEnginesStmt showStmt = (ShowEnginesStmt) stmt;
         List<List<String>> rowSet = Lists.newArrayList();
-        rowSet.add(Lists.newArrayList("Olap engine", "YES", "Default storage 
engine of palo", "NO", "NO", "NO"));
+        rowSet.add(Lists.newArrayList("Olap engine", "YES", "Default storage 
engine of Doris", "NO", "NO", "NO"));
         rowSet.add(Lists.newArrayList("MySQL", "YES", "MySQL server which data 
is in it", "NO", "NO", "NO"));
         rowSet.add(Lists.newArrayList("ELASTICSEARCH", "YES", "ELASTICSEARCH 
cluster which data is in it",
                 "NO", "NO", "NO"));


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

Reply via email to