Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Nov 29, 2024
1 parent 671e96b commit df63d48
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 67 deletions.
4 changes: 0 additions & 4 deletions datafusion-federation/src/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ impl Default for Optimizer {
}

impl Optimizer {
pub fn new() -> Self {
Self::default()
}

pub(crate) fn optimize_plan(&self, plan: LogicalPlan) -> Result<LogicalPlan> {
let mut optimized_plan = plan
.rewrite(&mut Rewriter::new(
Expand Down
Loading

0 comments on commit df63d48

Please sign in to comment.