Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Jan 17, 2024
1 parent 74d4fa9 commit 46ce401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ public int mark() {

@Override
public void reset() {
// no-op
dictionary.reset();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public int skip(int numBatches) throws IOException {

@Override
public void resetDictionaries() {
// no-op
dictionaries.values().forEach( dictionary -> dictionary.reset() );
}

private abstract class BufferReader {
Expand Down

0 comments on commit 46ce401

Please sign in to comment.