Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(duckdb): add test for supporting fixed-size array types (#9855)
These are already supported automatically through sqlglot, just adding a test here. Fixes #7963. One open question: currently these are cast to variable-length lists in `to_pyarrow` (matching the existing behavior of `dt.Array` types), but it could be argued that we should pass them through as fixed-length lists instead. This would require a bit of work, but nothing too tricky.
- Loading branch information