[MCOL-4680] FROM subquery containing nested joins returns an error Created: 2021-04-16 Updated: 2021-06-10 Resolved: 2021-05-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | 5.6.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Gagan Goel (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tech_debt | ||
| Sprint: | 2021-6, 2021-7 |
| Description |
|
A FROM subquery containing nested joins returns an error. However, if the same subquery is used as an outer query, we get the expected output. Here are steps to reproduce the error:
Below is the same subquery as above, but used as an outer query:
|
| Comments |
| Comment by Gagan Goel (Inactive) [ 2021-04-23 ] | |||||||||||||||||||||||||||||||||||||||||
|
For QA: Query to confirm the issue and verify the fix works is in the issue description. | |||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-05-06 ] | |||||||||||||||||||||||||||||||||||||||||
|
Build verified: 5.6.1 ( Drone #2229 )
|