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

Function get_test_warehouse

crates/integrations/datafusion/src/table/mod.rs:274–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 }
273
274 fn get_test_warehouse() -> String {
275 std::env::var("PAIMON_TEST_WAREHOUSE")
276 .unwrap_or_else(|_| "/tmp/paimon-warehouse".to_string())
277 }
278
279 fn create_catalog() -> FileSystemCatalog {
280 let warehouse = get_test_warehouse();

Callers 1

create_catalogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected