shuiyisong
|
9c1f0234de
|
refactor: query context (#2022)
* chore: refactor query_context
* chore: remove use statement
* chore: make query_context build return arc
* fix: sqlness test
* fix: cr issue
* fix: use unwrap or else
|
2023-07-25 06:11:34 +00:00 |
|
discord9
|
379f581780
|
test: add Integrated Test for Coprocessor& fix minor bugs (#1122)
* feat: cache `Runtime`
* fix: coprstream schema not set
* test: integrated tests for Coprocessor
* fix: UDF fixed
* style: remove unused import
* chore: remove more unused import
* feat: `filter`, (r)floordiv for Vector
* chore: CR advices
* feat: auto convert to `lit`
* chore: fix typo
* feat: from&to `pyarrow.array`
* feat: allow `pyarrow.array` as args to builtins
* chore: cargo fmt
* test: CI add `pyarrow`
* test: install Python&PyArrow in CI
* test: not cache depend for now
* chore: CR advices
* test: fix name
* style: rename
|
2023-03-06 19:20:59 +08:00 |
|
ShenJunkun
|
afac885c10
|
refactor: add schema column to the scripts table (#868)
|
2023-02-07 11:07:32 +08:00 |
|
dennis zhuang
|
d162fbb598
|
fix: compile error in test (#872)
|
2023-01-13 15:12:49 +08:00 |
|
discord9
|
e428a84446
|
feat: use Python Script as UDF in SQL (#839)
* 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>
|
2023-01-13 14:35:03 +08:00 |
|