Skip to content

Commit

Permalink
chore: only test performance
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 committed Nov 6, 2024
1 parent 4f987ba commit d1d5e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query/sql/src/planner/binder/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ impl Binder {
mut bind_context: BindContext,
) -> Result<(SExpr, BindContext)> {
let blocks = Arc::new(RwLock::new(vec![]));

self.ctx
.set_materialized_cte((cte_info.cte_idx, cte_info.used_count), blocks)?;
// Get the fields in the cte
Expand Down

0 comments on commit d1d5e5d

Please sign in to comment.