[MCOL-4423] idbExtentMax()/MODA() support for long decimal Created: 2020-11-30 Updated: 2022-08-15 Resolved: 2022-08-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 22.08.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bharath Bokka (Inactive) | Assignee: | Andrey Piskunov (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-17 | ||||||||
| Description |
|
Artifacts: https://cspkg.s3.amazonaws.com/index.html?prefix=develop/pull_request/1191/centos7/ Repro:
This is a regression. |
| Comments |
| Comment by Bharath Bokka (Inactive) [ 2020-11-30 ] | ||||||||||
|
idbExtentMin() also gives similar error and is also regression-
| ||||||||||
| Comment by Andrey Piskunov (Inactive) [ 2022-06-14 ] | ||||||||||
|
According to documentation for UDFs , when registering UDFs the RETURNS clause indicates the type of the function's return value, and can be one of STRING, INTEGER, REAL or DECIMAL. DECIMAL functions currently return string values and should be written like STRING functions. | ||||||||||
| Comment by Daniel Lee (Inactive) [ 2022-08-15 ] | ||||||||||
|
Build verified: 22.08-1 (#5290)
Also executed MTR test suites |