Files
greptimedb/typos.toml
Lei, HUANG fae141ad0a fix(metric-engine): set ttl also on opening metadata regions (#5051)
* fix/metric-metadata-region-options: Remove APPEND_MODE_KEY and refactor TTL option handling in MetricEngineInner

* fix/metric-metadata-region-options: Refactor metadata region options into a shared function

 • Extract metadata region options into region_options_for_metadata_region function
 • Replace inline options map with a call to the new shared function in both create.rs and open.rs files

* fix: exclude typos

* fix/metric-metadata-region-options:
 Refactor metadata region options to accept original options and remove APPEND_MODE_KEY
2024-11-26 08:14:41 +00:00

17 lines
273 B
TOML

[default.extend-words]
Pn = "Pn"
ue = "ue"
worl = "worl"
ot = "ot"
unqualifed = "unqualifed"
[files]
extend-exclude = [
"corrupted",
"tests-fuzz/src/data/lorem_words",
"*.sql",
"*.result",
"src/pipeline/benches/data.log",
"cyborg/pnpm-lock.yaml"
]