mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: fix compare two column move cursor bug (#41054)
#41033 Signed-off-by: luzhang <luzhang@zilliz.com> Co-authored-by: luzhang <luzhang@zilliz.com>
This commit is contained in:
parent
cdae44e242
commit
21069e2a8c
@ -84,6 +84,7 @@ class SegmentChunkReader {
|
||||
if (++processed_rows >= batch_size) {
|
||||
current_chunk_id = chunk_id;
|
||||
current_chunk_pos = i + 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -108,6 +109,7 @@ class SegmentChunkReader {
|
||||
if (++processed_rows >= batch_size) {
|
||||
current_chunk_id = chunk_id;
|
||||
current_chunk_pos = i + 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user