()
| 933 | |
| 934 | #[test] |
| 935 | fn new_exec_with_batches_empty() { |
| 936 | let batch = make_partition(7); |
| 937 | let schema = batch.schema(); |
| 938 | let _ = MemorySourceConfig::try_new_from_batches(schema, Vec::new()).unwrap_err(); |
| 939 | } |
| 940 | |
| 941 | #[test] |
| 942 | fn new_exec_with_batches_invalid_schema() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…