Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data] Remove ordering assumption and unnecessary `override_num_block…
…s` from `test_parquet_roundtrip` (#47550) `test_parquet_roundtrip` specifies `override_num_blocks`, even though the argument isn't required for the specific behavior under test (i.e., that you can write and then read back Parquet files). Also, the test implicitly assumes that Ray Data reads files in a particular order. To ensure we're testing behavior and not implementation, and to make the test resilient to future code changes, this PR removes the `override_num_blocks` and updates the code to eliminate ordering. --------- Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
- Loading branch information