Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Raise NotImplementedError for specification of unused batch_size in DataFrame.read #3681

Open
jggatter opened this issue Feb 7, 2025 · 0 comments

Comments

@jggatter
Copy link

jggatter commented Feb 7, 2025

Hi team!

I noticed my editor was displaying batch_size in the function signature pop-up for DataFrame.read. After testing it a few times I wasn't sure if it was doing anything, so I took a peek and noticed that the param is immediately deleted as it is currently unused!

Until the parameter affects the behavior of the function, when a user passes a non-default value, would the team be able to raise a NotImplementedError or notify the user that it lacks of effect?

Negligible priority.

Thanks,
James

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

No branches or pull requests

1 participant