[Bug](samples)fix IndexOutOfBoundsException (#25608)
This commit is contained in:
@ -166,7 +166,7 @@ public class DorisReaderExample {
|
||||
if(!eos){
|
||||
int i = convertArrow(next, selectedColumns);
|
||||
offset += i;
|
||||
readRowCount += offset;
|
||||
readRowCount = offset;
|
||||
}
|
||||
}
|
||||
//close
|
||||
|
||||
Reference in New Issue
Block a user