diqiu50 commented on code in PR #7291:
URL: https://github.com/apache/gravitino/pull/7291#discussion_r2113126100


##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConnectorFactory.java:
##########
@@ -108,12 +108,6 @@ public Connector create(
         throw new TrinoException(
             GravitinoErrorCode.GRAVITINO_METALAKE_NOT_EXISTS, "No gravitino 
metalake selected");
       }
-      if (config.simplifyCatalogNames() && 
!catalogConnectorManager.getUsedMetalakes().isEmpty()) {

Review Comment:
   This is not an issue, as no one uses the case where 
config.simplifyCatalogNames = false.



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

Reply via email to