ghkang98 commented on code in PR #52561:
URL: https://github.com/apache/doris/pull/52561#discussion_r2179647964
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalTable.java:
##########
@@ -169,7 +173,7 @@ public TableType getType() {
@Override
public List<Column> getFullSchema() {
ExternalSchemaCache cache =
Env.getCurrentEnv().getExtMetaCacheMgr().getSchemaCache(catalog);
- Optional<SchemaCacheValue> schemaCacheValue =
cache.getSchemaValue(dbName, name);
+ Optional<SchemaCacheValue> schemaCacheValue = cache.getSchemaValue(new
SchemaCacheKey(buildNameMapping()));
Review Comment:
buildNameMapping -> getOrGenerateNameMapping是不是更准确一点
--
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]