forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Mark
num_rows_per_file
as experimental (ray-project#48208)
If you don't have the access to it, we will shortly find a reviewer and num_rows_per_file has known issues. In specific: - If the number of rows per block is larger than the specified value, then Ray Data writes the number of rows per block to each file. - If specified value isn't divisible by the number of rows per block, then Ray Data writes fewer than the specified value (i.e., the remainder) to some files. - Writes aren't streamed (in the sense that all blocks for that write are stored in heap memory at the same time), so this feature is prone to OOMing Signed-off-by: Balaji Veeramani <[email protected]>
- Loading branch information
1 parent
cfcbff1
commit e85f3d1
Showing
1 changed file
with
36 additions
and
24 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