sql: unoptimized, vectorized query incorrectly returns a row when it should return none #87434
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
I've reduce this failure to:
The second
SELECT
returns a single row, while the first returns no rows. Both should return no rows.Both queries have the same query plan:
So, my guess it that there is a bug in the vectorized execution engine.
Jira issue: CRDB-19346
The text was updated successfully, but these errors were encountered: