Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add polars to try and read some troublesome parquet files to arrow tables Signed-off-by: David Wood <[email protected]> * fix bug in convert_binary_to_arrow() by returnning table from polars Signed-off-by: David Wood <[email protected]> * update convert_binary_to_arrow() by catching exceptoins from polars Signed-off-by: David Wood <[email protected]> * change filter's duckdb setting to allow large buffers on arrow tables Signed-off-by: David Wood <[email protected]> * turn off changes to filter for now Signed-off-by: David Wood <[email protected]> * add polars to core library Signed-off-by: David Wood <[email protected]> * add comment to say way we're adding polars for reading some parquet files Signed-off-by: David Wood <[email protected]> * pin core lib polars>=1.16.0 Signed-off-by: David Wood <[email protected]> * change failure on polars read from warning to error Signed-off-by: David Wood <[email protected]> * remove comments on duckdb settings for multimodal in FilterTransform.init(). Signed-off-by: David Wood <[email protected]> * downgrade polars to >=1.9.0 Signed-off-by: David Wood <[email protected]> --------- Signed-off-by: David Wood <[email protected]>
- Loading branch information