[MCOL-5417] Full support for DECIMAL(65, 38) in ColumnStore Created: 2023-02-07 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 22.08.8 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Gagan Goel (Inactive) | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The maximum supported precision for DECIMAL data type in ColumnStore is currently 38 digits (this was accomplished in |
| Comments |
| Comment by Gagan Goel (Inactive) [ 2023-02-27 ] | |
|
Once this is fixed, we need to remove the following error currently thrown to users:
| |
| Comment by Gagan Goel (Inactive) [ 2023-02-27 ] | |
|
Ref file for the legacy regression test001 test case: working_tpch1_compareLogOnly/misc/sumavgoverflow.sql also needs to be updated, once this is fixed. |