mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 01:40:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user