Skip to content

Commit

Permalink
Revert "fix write batch."
Browse files Browse the repository at this point in the history
This reverts commit 038f69b.
  • Loading branch information
halibobo1205 committed Aug 18, 2022
1 parent 038f69b commit 08cae62
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ public void close() {
writeBatch.delete();
}

@Override
public int getApproximateSize() {
throw new UnsupportedOperationException();
}

@Override
public int size() {
throw new UnsupportedOperationException();
}

public WriteBatch put(byte[] key, byte[] value) {
writeBatch.put(key, value);
return this;
Expand Down

0 comments on commit 08cae62

Please sign in to comment.