[MCOL-5068] Extract Quarter does not always return correct values Created: 2022-05-02 Updated: 2023-10-04 Resolved: 2023-06-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 23.02.3 |
| Fix Version/s: | 23.02.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Edward Stoever | Assignee: | Leonid Fedorov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | 2023-6 |
| Assigned for Review: | |
| Assigned for Testing: | |
| Description |
|
QUARTER(q.claim_closing_date) as QUARTER, should return the same values, but they do not from a columnstore table:
A factor in this might be that some rows include null values for the date column. |
| Comments |
| Comment by Edward Stoever [ 2022-05-02 ] |
|
I have attached a script you can use to populate the table with sample data using cpimport. |
| Comment by Edward Stoever [ 2023-06-16 ] |
|
CS0397277 - Customer asks why this has taken so long to get fixed. |
| Comment by Leonid Fedorov [ 2023-06-16 ] |
|
Must be fixed with MCOL:5503 |
| Comment by Daniel Lee (Inactive) [ 2023-06-30 ] |
|
This ticket also has been verified by QA. |