Skip to content

Commit

Permalink
Support filter in cross join elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Oct 20, 2024
1 parent a25b3fd commit 02e2170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/eliminate_cross_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ mod tests {
}

#[test]
fn eliminate_cross_not_possible_nested_inner_join_with_filter() -> Result<()> {
fn eliminate_cross_possible_nested_inner_join_with_filter() -> Result<()> {
let t1 = test_table_scan_with_name("t1")?;
let t2 = test_table_scan_with_name("t2")?;
let t3 = test_table_scan_with_name("t3")?;
Expand Down

0 comments on commit 02e2170

Please sign in to comment.