Gabriel39 commented on code in PR #66750:
URL: https://github.com/apache/doris/pull/66750#discussion_r3780756073


##########
fe/fe-connector/fe-connector-paimon/src/main/java/org/apache/doris/connector/paimon/PaimonConnectorProvider.java:
##########
@@ -53,6 +53,13 @@ public Set<String> acceptedCreateTableEngineNames() {
         return Collections.singleton("paimon");
     }
 
+    @Override
+    public String displayEngineName() {
+        // System-table diagnostics use this connector-owned name; keep the 
canonical product spelling while
+        // catalog routing and CREATE TABLE continue to accept the lowercase 
type through their own contracts.
+        return "Paimon";

Review Comment:
   Thanks for catching this. I regenerated the Paimon table-properties golden 
result with the regression runner, confirmed the old result fails only on 
ENGINE=paimon versus ENGINE=Paimon, and verified the targeted suite passes with 
the updated result.



-- 
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