()
| 821 | } |
| 822 | |
| 823 | fn get_partition_splits() -> Vec<usize> { |
| 824 | vec![1usize, 2, 3, 5, 7, 10] |
| 825 | } |
| 826 | |
| 827 | /// Opens each byte-range partition of `path` in `store` and collects all |
| 828 | /// record batches produced across every partition. |
no outgoing calls
searching dependent graphs…