cambyzju commented on code in PR #59486:
URL: https://github.com/apache/doris/pull/59486#discussion_r2654677351
##########
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadPendingTask.java:
##########
@@ -102,9 +102,12 @@ protected void getAllFileStatus() throws UserException {
boolean isBinaryFileFormat =
fileGroup.isBinaryFileFormat();
List<TBrokerFileStatus> filteredFileStatuses =
Lists.newArrayList();
for (TBrokerFileStatus fstatus : fileStatuses) {
- if (fstatus.getSize() == 0 && isBinaryFileFormat) {
+ boolean isSuccessFile =
fstatus.path.endsWith("/_SUCCESS")
Review Comment:
是不是可以类似这个pr:(#59398)把下划线和点开头的文件都过滤一下?如果担心影响比较大,可以在broker load的option里加一个开关。
--
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]