Skip to content

Conversation

dsevilla
Copy link

@dsevilla dsevilla commented Sep 3, 2025

from_parquet and read_parquet are incorrectly described as receiving just a str parameter where they allow to receive also a list of files/globs as a list of str.

This fixes #26, although more work is needed because this file is auto-generated.

from_parquet and read_parquet are incorrectly described as receiving just a str parameter where they allow to receive also a list of files/globs as a list of str.

This fixes duckdb#26, although more work is needed because this file is auto-generated.
@dsevilla
Copy link
Author

dsevilla commented Sep 4, 2025

Well, I realized the patch I sent works but it is overwritten by the automatic generation. I will prepare a new patch today. This patch will include the dismissed '@overload' usage, because I think it is needed for the correct usage of the functions and type checkers and IDEs.

@dsevilla dsevilla closed this Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistency in from_parquet and read_parquet wrt. file/glob list
1 participant