Skip to content

Commit

Permalink
Make OnError public
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkharderdev authored and joroKr21 committed Jun 1, 2023
1 parent 142af69 commit b065e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_plan/file_format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use arrow::{
pub use arrow_file::ArrowExec;
pub use avro::AvroExec;
use datafusion_physical_expr::PhysicalSortExpr;
pub use file_stream::{FileOpenFuture, FileOpener, FileStream};
pub use file_stream::{FileOpenFuture, FileOpener, FileStream, OnError};
pub(crate) use json::plan_to_json;
pub use json::{JsonOpener, NdJsonExec};

Expand Down

0 comments on commit b065e2e

Please sign in to comment.