v0.4.135-nightly
Pre-release
Pre-release
What's Changed
Features
- [CLI] generate query configs for Local profile (#2192) by @ZhiHanZ
- [common/base] feature: BlockingWait::wait() adds timeout (#2197) by @drmingdrmer
- [common/base] feature: BlockingWait turns async func to sync:
async_fn().wait()instead ofasync_fn().await(#2186) by @drmingdrmer - [common/meta/flight] feature: add method MetaApi::name() to describe the type of an impl (#2185) by @drmingdrmer
- [CLI] auto complete scripts (#2171) by @ZhiHanZ
Improvement
- ISSUE-2189: move table_snapshot.rs to query crate (#2195) by @dantengsky
- ISSUE-2190: rename common/catalog (#2196) by @dantengsky
- ISSUE-1781: col encoding mapping & stats accumulator (#2159) by @dantengsky
- [common/meta/flight] feature: add method MetaApi::name() to describe the type of an impl (#2185) by @drmingdrmer
- [common/meta/api] refactor: MetaApi methods return Arc<_> (#2183) by @drmingdrmer
Others
- [common/base] feature: BlockingWait::wait() adds timeout (#2197) by @drmingdrmer
- [common/base] feature: BlockingWait turns async func to sync:
async_fn().wait()instead ofasync_fn().await(#2186) by @drmingdrmer - [common/meta/flight] feature: add method MetaApi::name() to describe the type of an impl (#2185) by @drmingdrmer
- [common/meta/api] refactor: MetaApi methods return Arc<_> (#2183) by @drmingdrmer