zhangstar333 commented on code in PR #65730:
URL: https://github.com/apache/doris/pull/65730#discussion_r3704386627


##########
fe/fe-core/src/main/java/org/apache/doris/tablefunction/LocalTableValuedFunction.java:
##########
@@ -87,11 +87,15 @@ public LocalTableValuedFunction(Map<String, String> 
properties) throws AnalysisE
             throw new AnalysisException("'backend_id' is required when 
'shared_storage' is false.");
         }
 
-        // 3. parse file
-        getFileListFromBackend();
+        initializeBackendForRequest();
+        if (!isLanceFormat()) {

Review Comment:
   lance point to a table path, so no need use glob find files,
   so use  file path directly, not combine user_files_secure_path



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