mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
* feat: implement read framework feat: chunk reader builder refactor: rename BatchIteratorPtr to BoxedBatchIterator feat: BatchReader to read batch from ssts feat: Add a ConcatReader to concat sst readers test: Add tests for concat reader chore: Fix clippy * feat: implement SST parquet reader (#109) * feat: implement parquet sst reader * chores: fix some CR comments * gst * fix sst writer flush issue * feat: Implement FsAccessLayer::read_sst * fix: remove lifetime from ChunkStream * refactor: Store file name in FileMeta - Store file name instead of path (`region-name/file-name`) in FileMeta. - `AccessLayer::read()` takes file name instead of path, so the read/write api are consistent Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com> Co-authored-by: Lei, HUANG <mrsatangel@gmail.com>