mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 21:00:38 +00:00
* feat: Add tests for different batch Add region scan test with different batch size * fix: Fix table scan only returns one batch * style: Fix clippy * test: Add tests to scan table with rows more than batch size * fix: Fix MockChunkReader never stop