Skip to content

Commit

Permalink
TimeColumn.reset() throws UnsupportedOperationException (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei authored Jan 13, 2025
1 parent 2a052ad commit d371f7a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,9 @@ public void setPositionCount(int count) {

@Override
public void setNull(int start, int end) {}

@Override
public void reset() {
setPositionCount(0);
}
}

0 comments on commit d371f7a

Please sign in to comment.