This is an automated email from the ASF dual-hosted git repository.
w41ter pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new ddd17be8748 [fix](migrate) Fix iterator returning too early #41168
(#41189)
ddd17be8748 is described below
commit ddd17be87482c7cc8a65573b27f447693671ff4d
Author: walter <[email protected]>
AuthorDate: Tue Sep 24 14:10:10 2024 +0800
[fix](migrate) Fix iterator returning too early #41168 (#41189)
cherry pick from #41168
---
be/src/olap/rowset/rowset_meta_manager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/olap/rowset/rowset_meta_manager.cpp
b/be/src/olap/rowset/rowset_meta_manager.cpp
index 3f482427139..58926401af1 100644
--- a/be/src/olap/rowset/rowset_meta_manager.cpp
+++ b/be/src/olap/rowset/rowset_meta_manager.cpp
@@ -406,7 +406,7 @@ Status RowsetMetaManager::get_rowset_binlog_metas(OlapMeta*
meta, TabletUid tabl
binlog_meta_pb->set_data_key(binlog_data_key);
binlog_meta_pb->set_data(binlog_data);
- return false;
+ return true;
};
Status iterStatus =
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]