mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-17 02:32:56 +00:00
feat: create distributed Mito2 table (#2246)
* feat: create distributed Mito2 table * rebase develop
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
use std::cmp::Ordering;
|
||||
|
||||
use common_catalog::consts::default_engine;
|
||||
use itertools::Itertools;
|
||||
use once_cell::sync::Lazy;
|
||||
use snafu::{ensure, OptionExt, ResultExt};
|
||||
@@ -143,7 +144,7 @@ impl<'a> ParserContext<'a> {
|
||||
|
||||
let partitions = self.parse_partitions()?;
|
||||
|
||||
let engine = self.parse_table_engine(common_catalog::consts::MITO_ENGINE)?;
|
||||
let engine = self.parse_table_engine(default_engine())?;
|
||||
let options = self
|
||||
.parser
|
||||
.parse_options(Keyword::WITH)
|
||||
|
||||
Reference in New Issue
Block a user