Skip to content

Commit

Permalink
Change for bootcamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgusLi authored and ArgusLi committed Sep 10, 2024
1 parent d28e542 commit 8bd2ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private void load(VectorSchemaRoot root) {

@Override
public boolean hasNext() {
return !readComplete;
return readComplete;
}

/**
Expand Down

0 comments on commit 8bd2ef2

Please sign in to comment.