Skip to content

Commit

Permalink
Update datafusion/sql/src/unparser/plan.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ejbyfeldt <[email protected]>
  • Loading branch information
jonathanc-n and eejbyfeldt authored Nov 4, 2024
1 parent beda8d7 commit 8e64786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/unparser/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ impl Unparser<'_> {
JoinType::LeftSemi => ast::JoinOperator::LeftSemi(constraint),
JoinType::RightAnti => ast::JoinOperator::RightAnti(constraint),
JoinType::RightSemi => ast::JoinOperator::RightSemi(constraint),
JoinType::LeftMark | JoinType::RightMark => unimplemented!("Unparsing of Left Mark join type"),
JoinType::LeftMark | JoinType::RightMark => unimplemented!("Unparsing of mark join type"),
})
}

Expand Down

0 comments on commit 8e64786

Please sign in to comment.