morningman commented on code in PR #33361: URL: https://github.com/apache/doris/pull/33361#discussion_r1568823391
########## fe/fe-core/src/main/java/org/apache/doris/fs/remote/BrokerFileSystem.java: ########## @@ -582,14 +580,14 @@ public RemoteFiles listLocatedFiles(String remotePath, boolean onlyFiles, boolea try { TBrokerListPathRequest req = new TBrokerListPathRequest(TBrokerVersion.VERSION_ONE, remotePath, recursive, properties); - req.setOnlyFiles(onlyFiles); + req.setOnlyFiles(true); Review Comment: always true? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org