Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 5574bf5.
  • Loading branch information
viirya committed Aug 12, 2024
1 parent b0bb4ec commit 311db73
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,15 +530,6 @@ public void close() throws IOException {
importer.close();
importer = null;
}
// As our native reader reuses the same memory buffer for all columns, we only
// need to release the buffers once when closing the reader.
if (currentBatch != null) {
for (int i = 0; i < currentBatch.numCols(); i++) {
if (currentBatch.column(i) != null) {
currentBatch.column(i).close();
}
}
}
}

@SuppressWarnings("deprecation")
Expand Down

0 comments on commit 311db73

Please sign in to comment.