Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh committed Jan 15, 2024
1 parent 1630d84 commit dd436d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/binder/expr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod order_by;
mod subquery;
mod value;

const CASE_WHEN_ARMS_OPTIMIZE_LIMIT: usize = 0;
const CASE_WHEN_ARMS_OPTIMIZE_LIMIT: usize = 1;

impl Binder {
/// Bind an expression with `bind_expr_inner`, attach the original expression
Expand Down

0 comments on commit dd436d7

Please sign in to comment.