Skip to content

Commit

Permalink
Fix comment typo in nlj_as_hash_join.cpp (#714)
Browse files Browse the repository at this point in the history
Co-authored-by: Prashanth Duvvada <[email protected]>
  • Loading branch information
ZiHao256 and prashanthduvvada committed Aug 9, 2024
1 parent 5d8f934 commit e40870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimizer/nlj_as_hash_join.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace bustub {

auto Optimizer::OptimizeNLJAsHashJoin(const AbstractPlanNodeRef &plan) -> AbstractPlanNodeRef {
// TODO(student): implement NestedLoopJoin -> HashJoin optimizer rule
// Note for 2023 Fall: You should support join keys of any number of conjunction of equi-condistions:
// Note for 2023 Fall: You should support join keys of any number of conjunction of equi-conditions:
// E.g. <column expr> = <column expr> AND <column expr> = <column expr> AND ...
return plan;
}
Expand Down

0 comments on commit e40870a

Please sign in to comment.