[MCOL-3814] join on view fails with "not joined" error Created: 2020-02-20 Updated: 2020-09-21 Resolved: 2020-08-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | 1.4.5, 5.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2020-7 | ||||||||
| Epic/Theme: | 1.4_regressions | ||||||||
| Description |
|
Consider the following from queries/working_tpch1_compareLogOnly/partitionOptimization/vTpch02b.sql drop view if exists vTemp; select s_acctbal, s_name, n_name, p_partkey, p_mfgr, s_address, s_phone, s_comment In 1.1, this produces the correct answer. |
| Comments |
| Comment by David Hall (Inactive) [ 2020-03-11 ] |
|
This also appears to affect |
| Comment by David Hall (Inactive) [ 2020-08-12 ] |
|
This was broken way back in 1.1 at |
| Comment by Gagan Goel (Inactive) [ 2020-08-18 ] |
|
David.Hall Can you reinstate all the relevant regression tests for this fix? |
| Comment by Daniel Lee (Inactive) [ 2020-08-25 ] |
|
Builds verified: 1.5.4-1 (drone b462), 1.4.4-1 (drone b452) |