MCPcopy Create free account
hub / github.com/apache/paimon-rust / setup_partitioned_commit

Function setup_partitioned_commit

crates/paimon/src/table/table_commit.rs:1185–1188  ·  view source on GitHub ↗
(file_io: &FileIO, table_path: &str)

Source from the content-addressed store, hash-verified

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);

Callers 3

test_overwrite_partitionFunction · 0.85
test_drop_partitionsFunction · 0.85

Calls 1

test_partitioned_tableFunction · 0.70

Tested by 3

test_overwrite_partitionFunction · 0.68
test_drop_partitionsFunction · 0.68