What happens?
It seems that the duckdb/ directory that is used as a basis for the python package is not updated accordingly for v1.4 release. It seems that the scripts of the scripts/ directory should be executed before the 1.4 release so that the duckdb directory would be updated.
In particular, the fix for #26 is not included in the latest 1.4 release. I don't know if I have to run the scripts manually, but as far as I see them, they are prepared to update the wrapper functions from the init.py and .pyi files, but have not been executed prior the 1.4 release.
To Reproduce
df = duckdb.read_parquet(['file1.parquet', 'file2.parquet']).df()
is signalled as error.
OS:
OSX, Linux
DuckDB Package Version:
1.4.0
Python Version:
3.13
Full Name:
Diego Sevilla
Affiliation:
University of Murcia
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration to reproduce the issue?