Skip to content

Commit

Permalink
Change to dbg assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 9, 2024
1 parent 3f03aca commit beec1ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn apply_dep_initial_distinct(
//
// This is because the aggregate we install on the right side will map the
// correlated columns to their respective indices as shown.
assert!(!correlated_col_indices.is_empty());
debug_assert!(!correlated_col_indices.is_empty());
let join_cond = match join.sq_type() {
SubqueryType::Scalar | SubqueryType::Exists => LogOpPred::new(
LogOpType::And,
Expand Down

0 comments on commit beec1ea

Please sign in to comment.