mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* chore: improve pipeline performance * chore: use arc to improve time type * chore: improve pipeline coerce * chore: add vec refactor * chore: add vec pp * chore: improve pipeline * inprocess * chore: set log ingester use new pipeline * chore: fix some error by pr comment * chore: fix typo * chore: use enum_dispatch to simplify code * chore: some minor fix * chore: format code * chore: update by pr comment * chore: fix typo * chore: make clippy happy * chore: fix by pr comment * chore: remove epoch and date process add new timestamp process * chore: add more test for pipeline * chore: restore epoch and date processor * chore: compatibility issue * chore: fix by pr comment * chore: move the evaluation out of the loop * chore: fix by pr comment * chore: fix dissect output key filter * chore: fix transform output greptime value has order error * chore: keep pipeline transform output order * chore: revert tests * chore: simplify pipeline prepare implementation * chore: add test for timestamp pipelin processor * chore: make clippy happy * chore: replace is_some check to match --------- Co-authored-by: shuiyisong <xixing.sys@gmail.com>
16 lines
244 B
TOML
16 lines
244 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"
|
|
]
|