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
[Data] Make internal UDF names more descriptive (#44985)
APIs like `select_columns` call `map_batches` under-the-hood and use
functions with non-descriptives names. For example, if you call
`select_columns`, you'd see something like this in the progress bar:
```
ReadRange->MapBatches(fn)
```
To prevent confusion (e.g., what is `fn`?), this PR makes the function
names more descriptive.
0 commit comments