Skip to content

Commit f1d5617

Browse files
Ian LaiIan Lai
Ian Lai
authored and
Ian Lai
committed
fix: remove arrow_schema in async_provider
1 parent 373ef1d commit f1d5617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/ffi/src/tests/async_provider.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ struct AsyncTestRecordBatchStream {
238238
}
239239

240240
impl RecordBatchStream for AsyncTestRecordBatchStream {
241-
fn schema(&self) -> arrow_schema::SchemaRef {
241+
fn schema(&self) -> arrow::datatypes::SchemaRef {
242242
super::create_test_schema()
243243
}
244244
}

0 commit comments

Comments
 (0)