HonestManXin commented on code in PR #57898:
URL: https://github.com/apache/doris/pull/57898#discussion_r2564065772


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/doris/RemoteDorisExternalTable.java:
##########
@@ -50,6 +55,27 @@ protected synchronized void makeSureInitialized() {
         }
     }
 
+    private RemoteOlapTable getDorisOlapTable() {
+        // TODO if multi thread call this method, only call once

Review Comment:
   yes, in 1.x cluster we get table in every query. i can optimize this



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