mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 12:50:40 +00:00
fix: recompile®ister scripts as UDF on reboot (#1421)
* fixme: recompile somewhere else * feat: re-compile&re-register all scripts in table * fix: allow empty scripts table * chore: add non-blocking somewhere * chore: PR advices * chore: more PR advices * style: remove useless join * style: remove redunent code * refactor: use `bg` runtime instead * style: cargo fmt
This commit is contained in:
@@ -34,6 +34,7 @@ common-query = { path = "../common/query" }
|
||||
common-recordbatch = { path = "../common/recordbatch" }
|
||||
common-telemetry = { path = "../common/telemetry" }
|
||||
common-time = { path = "../common/time" }
|
||||
common-runtime = { path = "../common/runtime" }
|
||||
console = "0.15"
|
||||
crossbeam-utils = "0.8.14"
|
||||
datafusion = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user