Skip to content

Commit

Permalink
opt: remove unnecessary TODO
Browse files Browse the repository at this point in the history
This commit removes a TODO that was addressed in #95638.

Release note: None
  • Loading branch information
mgartner committed May 31, 2023
1 parent f0a23e1 commit dbe4b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/opt/xform/testdata/rules/select
Original file line number Diff line number Diff line change
Expand Up @@ -8561,7 +8561,6 @@ project
└── filters (true)

# Query requiring a zigzag join with a remaining filter.
# TODO(itsbilal): remove filter from index join if zigzag join covers it.
opt expect=GenerateInvertedIndexZigzagJoins
SELECT j, k FROM b WHERE j @> '{"a": "b", "c": "d"}'
----
Expand Down

0 comments on commit dbe4b65

Please sign in to comment.