()
| 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] |
nothing calls this directly
no test coverage detected
searching dependent graphs…