Skip to content

Commit

Permalink
Update comment in JoinOptimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Oct 5, 2022
1 parent f324a82 commit e8d9042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/java/simpledb/optimizer/JoinOptimizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,9 @@ public List<LogicalJoinNode> orderJoins(
Map<String, TableStats> stats,
Map<String, Double> filterSelectivities, boolean explain)
throws ParsingException {
//Not necessary for labs 1--3
// Not necessary for labs 1 and 2.

// TODO: some code goes here
//Replace the following
return joins;
}

Expand Down

0 comments on commit e8d9042

Please sign in to comment.