Skip to content

Commit

Permalink
fix: Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Nov 8, 2024
1 parent 10ffc64 commit 14053ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void setBatchSize(int batchSize) {
public void close() {
if (nativeHandle != 0) {
LOG.debug("Closing the column reader");
Native.closeColumnReader(nativeHandle);
// Native.closeColumnReader(nativeHandle);
nativeHandle = 0;
}
}
Expand Down

0 comments on commit 14053ec

Please sign in to comment.