Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test case was based on the incorrect assumption that `SELECT t.a FROM (VALUES 1, 1, null, 3) t(a) LIMIT 1` will result in `1` and not in any other value from the VALUES. It was fixed by moving filter below limit.
- Loading branch information