mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-28 00:42:56 +00:00
Update src/servers/src/error.rs
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -269,17 +269,6 @@ pub enum Error {
|
||||
|
||||
#[snafu(display("Invalid flush argument: {}", err_msg))]
|
||||
InvalidFlushArgument { err_msg: String },
|
||||
// #[snafu(display("Failed to flush table, catalog: {}, schema: {}, table: {}, region: {:?}, source: {}",
|
||||
// catalog, schema, table, region_id, source
|
||||
// ))]
|
||||
// FlushTable {
|
||||
// catalog: String,
|
||||
// schema: String,
|
||||
// table: String,
|
||||
// region_id: Option<u32>,
|
||||
// #[snafu(backtrace)]
|
||||
// source: Error,
|
||||
// },
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user