Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrusso8 committed Apr 23, 2024
1 parent 7cb4fb0 commit e123e04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ impl Catalog {
pattern: pattern.map(|val| val.to_owned()),
}));

println!("{:?}", cat_type);

let rel_type = spark::relation::RelType::Catalog(spark::Catalog { cat_type });

let plan = LogicalPlanBuilder::plan_root(LogicalPlanBuilder::from(rel_type));
Expand Down

0 comments on commit e123e04

Please sign in to comment.