Skip to content

duckdb/* (in particular __init__.pyi) is not up-to-date with the code #62

Description

@dsevilla

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?

  • Yes, I have

Did you include all relevant configuration to reproduce the issue?

  • Yes, I have

Metadata

Metadata

Assignees

Labels

devexpduplicateThis issue or pull request already exists

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions