Skip to content

Commit

Permalink
re-export proto crate
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 28, 2022
1 parent 15592a7 commit 96f564f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ pub use datafusion_common as common;
pub use datafusion_data_access;
pub use datafusion_expr as logical_expr;
pub use datafusion_physical_expr as physical_expr;
pub use datafusion_sql as sql;

pub use datafusion_proto as proto;
pub use datafusion_row as row;
pub use datafusion_sql as sql;

#[cfg(feature = "jit")]
pub use datafusion_jit as jit;
Expand Down

0 comments on commit 96f564f

Please sign in to comment.