Distance operator <->
wrongly used in CROSS-JOIN queries without a vector index
#227
Labels
bug
Something isn't working
Query:
Expected: the query in step 4 to fail with error
Operator <-> can only be used inside of an index
Seeing: The query runs a sequential scan with the following query plan:
Once the index is created, the plan looks like the following:
The text was updated successfully, but these errors were encountered: