htyoung commented on code in PR #27504:
URL: https://github.com/apache/doris/pull/27504#discussion_r1403973686


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java:
##########
@@ -715,12 +714,16 @@ public String toSql() {
             }
         }
         sb.append("\n)");
-        sb.append(" ENGINE = ").append(engineName);
+        sb.append(" ENGINE = ").append(engineName.toUpperCase());

Review Comment:
   It has been modified to toLowerCase, and the code format has been adjusted 
using the project's IntelliJ-code-format.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to