rowexec: problem with an empty tuple during spilling to disk #78696
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
The following logic test will fail when run via the row-by-row engine:
The idea is that we're forcing the sort to spill to disk, so both array go through encoding/decoding process. We have arrays of tuple, and we need to use the key encoding. The key encoding for both tuples ends up being the same.
Jira issue: CRDB-14222
The text was updated successfully, but these errors were encountered: