mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 02:10:38 +00:00
feat: impl alter table in distributed mode (#572)
This commit is contained in:
@@ -69,7 +69,8 @@ pub trait Table: Send + Sync {
|
||||
Ok(FilterPushDownType::Unsupported)
|
||||
}
|
||||
|
||||
async fn alter(&self, _request: AlterTableRequest) -> Result<()> {
|
||||
async fn alter(&self, request: AlterTableRequest) -> Result<()> {
|
||||
let _ = request;
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user