Skip to content

Commit

Permalink
Sold the world
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 8, 2023
1 parent dba30ef commit 5757af9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/frontend/src/optimizer/plan_node/generic/limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
use std::fmt;
use std::hash::Hash;



use pretty_xmlish::{Pretty};
use risingwave_common::catalog::{Schema};
use pretty_xmlish::Pretty;
use risingwave_common::catalog::Schema;

use super::{DistillUnit, GenericPlanNode, GenericPlanRef};


use crate::optimizer::property::FunctionalDependencySet;
use crate::OptimizerContextRef;

Expand Down

0 comments on commit 5757af9

Please sign in to comment.