mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-21 21:48:43 +00:00
bf35620904
* feat: implement ApproximateBufWriter * refactor: refactor BufferedWriter * refactor: remove ApproximateBufWriter * fix: fix losing pending writes issue * chore: fmt * chore: remove unused import * chore: rename method name * feat: return written row count * chore: apply suggestions from CR * fix: fix counting the bytes_written twice issue