You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi team!
I noticed my editor was displaying
batch_size
in the function signature pop-up forDataFrame.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
The text was updated successfully, but these errors were encountered: