mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 17:23:09 +00:00
* refactor: add thin table to proxy tables in info_schema Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * fix(catalog): fix typo in DataSourceAdapter struct name * fix: remove redundant Send + Sync Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * refactor(catalog): rename DataSourceAdapter to InformationTableDataSource * feat(catalog): add ThinTableAdapter for adapting ThinTable to Table interface * rebase develop Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * refactor: default impl for table_type of InformationTable Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * refactor: filter_pushdown as table field Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * fix: remove explicit type declaration --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>