diff --git a/datafusion/ffi/src/tests/async_provider.rs b/datafusion/ffi/src/tests/async_provider.rs index de13363db04b..cf05d596308f 100644 --- a/datafusion/ffi/src/tests/async_provider.rs +++ b/datafusion/ffi/src/tests/async_provider.rs @@ -238,7 +238,7 @@ struct AsyncTestRecordBatchStream { } impl RecordBatchStream for AsyncTestRecordBatchStream { - fn schema(&self) -> arrow_schema::SchemaRef { + fn schema(&self) -> arrow::datatypes::SchemaRef { super::create_test_schema() } }