Failed tests in the 001 suite in 1.4
(MCOL-3594)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | CI |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.1 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7 |
| Description |
|
17/19 failures happen b/c CS 1.4 returns the result. 1.2 returns errors though. Need to compare results with external database and correct the reference files. |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2020-03-02 ] |
|
Cloned from |
| Comment by Daniel Lee (Inactive) [ 2020-03-16 ] |
|
Build verified: 1.5.0-1 BB engine commit: MariaDB [mytest]> SELECT lead(ten, (SELECT two FROM tenk1 WHERE s.unique2 = unique2)) OVER (PARTITION BY four ORDER BY ten) FROM tenk1 s WHERE unique2 < 10; |