-
Notifications
You must be signed in to change notification settings - Fork 714
bug: incompatible with duckdb==1.4.0 #11621
Copy link
Copy link
Closed
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Description
What happened?
With duckdb==1.4.0 installed (released earlier today), we get the following error executing on any ibis.Table
AttributeError: 'pyarrow.lib.RecordBatchReader' object has no attribute 'column_names'
Occurs here: https://github.com/ibis-project/ibis/blob/main/ibis/backends/duckdb/__init__.py#L1421
What version of ibis are you using?
tested on 1.8.0 & main
What backend(s) are you using, if any?
duckdb==1.4.0
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior inside of ibisIncorrect behavior inside of ibis
Type
Projects
Status
done