Skip to content

Feat/ffi scalar udf #1033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:

- name: FFI unit tests
run: |
cd examples/ffi-table-provider
cd examples/ffi-library
uv run --no-project maturin develop --uv
uv run --no-project pytest python/tests/_test_table_provider.py
uv run --no-project pytest python/tests/_*.py

- name: Cache the generated dataset
id: cache-tpch-dataset
Expand Down
Loading
Loading