-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
1 parent
10f7f2a
commit ff62312
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters