mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-27 18:30:38 +00:00
feat(metric-engine): introduce index options from metric engine (#5374)
* feat(metric-engine): introduce index options from metric engine * chore: fmt toml * test: add sqlness test * fix: ignore internal columns * chore: remove unused dep * chore: update sqlness result * chore: ignore metric engine internal columns * chore: refine code styling * test: update sqlness test * refactor: refactor `create_table_constraints` * test: show index * chore: apply suggestions from CR * fix: set inverted index explicitly * chore: apply suggestions from CR
This commit is contained in:
@@ -188,7 +188,7 @@ mod tests {
|
||||
case_sensitive: false,
|
||||
})
|
||||
.unwrap();
|
||||
schema.with_inverted_index(true);
|
||||
schema.set_inverted_index(true);
|
||||
let options = options_from_column_schema(&schema).unwrap();
|
||||
assert_eq!(
|
||||
options.options.get(FULLTEXT_GRPC_KEY).unwrap(),
|
||||
|
||||
Reference in New Issue
Block a user