Skip to content

Commit

Permalink
Fix join type in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eejbyfeldt committed Oct 27, 2024
1 parent c263b45 commit e180939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/decorrelate_predicate_subquery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ fn build_join_top(
/// ```text
/// Projection: t1.id
/// Filter: t1.id < 0 OR __correlated_sq_1.mark
/// Left Join: Filter: t1.id = __correlated_sq_1.id
/// LeftMark Join: Filter: t1.id = __correlated_sq_1.id
/// TableScan: t1
/// SubqueryAlias: __correlated_sq_1
/// Projection: t2.id
Expand Down

0 comments on commit e180939

Please sign in to comment.