[MCOL-4173] Support JOINs wide-DECIMAL keys. Created: 2020-07-13 Updated: 2021-12-10 Resolved: 2021-08-04 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 6.2.1, 6.2.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||||||
| Description |
|
There are number of JOIN types and JOIN-based operations in MCS that doesn't support 16 byte wide-decimal columns as JOIN key parts.
|
| Comments |
| Comment by Roman [ 2021-05-25 ] |
|
Plz review. |
| Comment by Roman [ 2021-06-24 ] |
|
4QA JOIN with wide DECIMAL key column leverages Typeless JOIN so JOINs with strings must be also tested. You could take this and this test as a reference of what had been tested so far. |
| Comment by Roman [ 2021-08-04 ] |
|
This is not a bug dleeyh this is a new feature for 6.1.1. All tests that were mentioned can be references for QA. |
| Comment by Daniel Lee (Inactive) [ 2021-08-04 ] |
|
Build verified: 6.2.1-1 ( #2921) Tested in 6.1.1, 6.1.1 with columnstore_select_handler=off, 6.2.1 #CASE 1 ColumnStore 6.1.1 create table t1 (c1 bigint) engine=columnstore; Columnstore tables, returned 6 ColumnStore 6.2.1 #CASE 2 create table t1 (c1 varchar(5)) engine=columnstore;
MariaDB [mytest]> select * The issue has been corrected in 6.2.1 |
| Comment by Roman [ 2021-08-04 ] |
|
dleeyh |