MCPcopy Create free account
hub / github.com/apache/datafusion / query_invalid_location_test

Function query_invalid_location_test

datafusion-cli/src/catalog.rs:332–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330
331 #[tokio::test]
332 async fn query_invalid_location_test() {
333 let location = "ts://file.parquet";
334 let (_ctx, schema) = setup_context();
335
336 assert!(schema.table(location).await.is_err());
337 }
338
339 #[cfg(not(target_os = "windows"))]
340 #[test]

Callers

nothing calls this directly

Calls 1

setup_contextFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…