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

Function test_allows_append_blob_table

crates/paimon/src/table/table_write.rs:837–847  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835
836 #[test]
837 fn test_allows_append_blob_table() {
838 let table = Table::new(
839 test_file_io(),
840 Identifier::new("default", "test_blob_table"),
841 "memory:/test_blob_table".to_string(),
842 test_blob_table_schema(),
843 None,
844 );
845
846 assert!(TableWrite::new(&table, "test-user".to_string()).is_ok());
847 }
848
849 #[tokio::test]
850 async fn test_blob_write_and_commit() {

Callers

nothing calls this directly

Calls 2

test_blob_table_schemaFunction · 0.85
test_file_ioFunction · 0.70

Tested by

no test coverage detected