Skip to content

Commit

Permalink
docs: remove Incorrect Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Mar 2, 2024
1 parent 2aef833 commit b2f8727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/slt/sql_2016/E061_09.slt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# E061-09: Subqueries in comparison predicate

# TODO: NestLoopJoin
# TIPS: `>=` should be rewritten as `=` && `>` to make it usable by `HashJoin`

# statement ok
# CREATE TABLE TABLE_E061_09_01_01 ( ID INT PRIMARY KEY, A INT );
Expand Down
1 change: 0 additions & 1 deletion tests/slt/sql_2016/F041_08.slt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# F041-08: All comparison operators are supported (rather than just =)

# TODO: NestLoopJoin
# TIPS: `>=` should be rewritten as `=` && `>` to make it usable by `HashJoin`

# statement ok
# CREATE TABLE TABLE_F041_08_01_011 ( ID INT PRIMARY KEY, A INTEGER );
Expand Down

0 comments on commit b2f8727

Please sign in to comment.