Skip to content

v0.4.129-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 05 Oct 16:00
cccf45e

What's Changed

Bug Fixes

Dependency Updates

Features

  • [query] refactor: remove FuseTable method: save_snapshot() and save_segment(). An impl of trait Table should not deal with the IO (#2064) by @drmingdrmer

Improvement

  • [query] refactor: remove FuseTable method: save_snapshot() and save_segment(). An impl of trait Table should not deal with the IO (#2064) by @drmingdrmer
  • [common/catalog] refactor: move TableSnapshot into crate common/catalog, so that a plan could have a reference to table info (#2055) by @drmingdrmer

Others

  • [common/catalog] refactor: move TableSnapshot into crate common/catalog, so that a plan could have a reference to table info (#2055) by @drmingdrmer