Skip to content

Commit

Permalink
fix: remove arrow_schema in async_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lai authored and Ian Lai committed Feb 11, 2025
1 parent 373ef1d commit f1d5617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/ffi/src/tests/async_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit f1d5617

Please sign in to comment.