(file_io: &FileIO, table_path: &str)
| 1183 | } |
| 1184 | |
| 1185 | fn setup_partitioned_commit(file_io: &FileIO, table_path: &str) -> TableCommit { |
| 1186 | let table = test_partitioned_table(file_io, table_path); |
| 1187 | TableCommit::new(table, "test-user".to_string()) |
| 1188 | } |
| 1189 | |
| 1190 | fn partition_bytes(pt: &str) -> Vec<u8> { |
| 1191 | let mut builder = BinaryRowBuilder::new(1); |