mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
* feat: implement infer schema from file * feat: implement compression type * refactor: remove unnecessary BufReader * refactor: remove SyncIoBridge and using tokio_util::io::SyncIoBridge instead * chore: apply suggestions from CR