Skip to content

Commit

Permalink
fix null2
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Nov 20, 2024
1 parent ef89adf commit 0dc5ae9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ private int readVectors(int expectedRows) throws IOException {
columnValue.reset(column);
batchRows = column.getValueCount();
for (int j = 0; j < batchRows; j++) {
columnValue.setColumnIdx(j);
appendData(readColumnId, columnValue);
}
}
Expand Down

0 comments on commit 0dc5ae9

Please sign in to comment.