[MCOL-4687] Insert from view regression Created: 2021-04-20 Updated: 2021-05-17 Resolved: 2021-04-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | 5.6.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Todd Stoffel (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tech_debt | ||
| Issue Links: |
|
||||||||||||||||||||
| Sprint: | 2021-7 | ||||||||||||||||||||
| Description |
|
Inserting into a Columnstore table from a view used to work in 1.2 and below. A customer noticed that in 5.x and above that it no longer functions. See this example:
However, if we use the wrapper trick, it does work:
|
| Comments |
| Comment by Alexander Barkov [ 2021-04-23 ] | |||||||||||||||||
|
Confirmed with the following script:
| |||||||||||||||||
| Comment by Gregory Dorman (Inactive) [ 2021-04-23 ] | |||||||||||||||||
|
Not new feature. Technical debt. Huge escalation by one of biggest customers. Needs fixing asap. | |||||||||||||||||
| Comment by Alexander Barkov [ 2021-04-28 ] | |||||||||||||||||
|
UPDATE and DELETE also do not work:
| |||||||||||||||||
| Comment by Gagan Goel (Inactive) [ 2021-04-30 ] | |||||||||||||||||
|
For QA: Queries to confirm the issue and verify the fix works are in the issue description. | |||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-04-30 ] | |||||||||||||||||
|
build tested: 5.6.1 ( Drone #2295 ) Insert test case worked fine now. As Barkov mentioned, UPDATE and DELETE do not work. Do we plan on fixing them as part of this ticket, or they are out of scope? | |||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2021-04-30 ] | |||||||||||||||||
|
UPDATE and DELETE issues are being tracked on |