mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 14:30:43 +00:00
* feat: reg PyScript as UDF * refactor: use `ConcreteDataType` instead * fix: accept `str` data type * fix: allow binary to capture SIGINT * test: add test for py udf * Update src/servers/tests/py_script/mod.rs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * style: clippy problem * style: add newline * chore: PR advices Co-authored-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>