Skip to content

Commit

Permalink
move schema_cast.rs to schema_cast/mod.rs (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 authored Sep 19, 2024
1 parent 2ea3961 commit 3a36703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datafusion-federation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
mod optimizer;
mod plan_node;
pub mod schema_cast;
#[cfg(feature = "sql")]
pub mod sql;
mod table_provider;
// TODO clean up this
// TODO move schema_cast.rs to schema_cast directory
pub mod schema_cast;

use std::{
fmt,
Expand Down
File renamed without changes.

0 comments on commit 3a36703

Please sign in to comment.