This is an automated email from the ASF dual-hosted git repository.
w41ter pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new c4600e5299e [fix](migrate) Fix iterator returning too early #41168
(#41190)
c4600e5299e is described below
commit c4600e5299e2150cffd095b8c735dde5f4be8bb6
Author: walter <[email protected]>
AuthorDate: Tue Sep 24 11:59:30 2024 +0800
[fix](migrate) Fix iterator returning too early #41168 (#41190)
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 87b32cd9393..be1731461c2 100644
--- a/be/src/olap/rowset/rowset_meta_manager.cpp
+++ b/be/src/olap/rowset/rowset_meta_manager.cpp
@@ -410,7 +410,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]