fix: recompile&register 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:
discord9
2023-04-26 16:30:58 +08:00
committed by GitHub
parent 1a245f35b9
commit ef4e473e6d
10 changed files with 173 additions and 34 deletions

View File

@@ -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 }