Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Assign TODO to myself
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 9, 2024
1 parent d753945 commit f9aaccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn apply_dep_initial_distinct(
.collect::<Vec<usize>>();

// If we have no correlated columns, for a scalar subquery, we can emit a cross join
// TODO: Uncorrelated for ANY/EXISTS
// TODO(bowad): Uncorrelated for ANY/EXISTS
if correlated_col_indices.is_empty() && matches!(join.sq_type(), SubqueryType::Scalar) {
let new_join = LogicalJoin::new_unchecked(
left,
Expand Down

0 comments on commit f9aaccb

Please sign in to comment.