feat(pipeline): auto transform (#6013)

* feat: support auto transform

* refactor: replace hashbrown with ahash

* refactor: params of run identity pipeline

* refactor: minor update

* test: add test for auto transform

* chore: fix cr issues
This commit is contained in:
shuiyisong
2025-04-30 15:40:26 +08:00
committed by GitHub
parent 0bf07d7f91
commit a706edbb73
15 changed files with 292 additions and 116 deletions

View File

@@ -13,7 +13,7 @@ default = ["geo"]
geo = ["geohash", "h3o", "s2", "wkt", "geo-types", "dep:geo"]
[dependencies]
ahash = "0.8"
ahash.workspace = true
api.workspace = true
arc-swap = "1.0"
async-trait.workspace = true