[MCOL-3607] ERROR 1815 with log10 and aggregation functions Created: 2019-11-12 Updated: 2019-12-04 Resolved: 2019-11-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 1.2, 1.2.5 |
| Fix Version/s: | 1.2.6 |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2019-06 | ||||||||
| Description |
|
To reproduce
|
| Comments |
| Comment by Richard Stracke [ 2019-11-12 ] | ||
|
workarround: select log10(CAST(sum(a) as decimal)) from log10test; | ||
| Comment by David Hall (Inactive) [ 2019-11-12 ] | ||
|
Added long double support to math functions | ||
| Comment by David Hall (Inactive) [ 2019-11-12 ] | ||
|
For QA, the following math functions are involved: Special cases of atan and log take an optional second parameter. The test is to use sum(v1) or avg(v1) as the argument | ||
| Comment by Daniel Lee (Inactive) [ 2019-11-19 ] | ||
|
Build verified: 1.2.6-1 MariaDB [mytest]> select log10(sum(a)) from log10test;
-------------------
------------------- Also verified other functions in the last comment. Fixed has not yet been up merged to 1.4.1-1 | ||
| Comment by Daniel Lee (Inactive) [ 2019-11-25 ] | ||
|
The fix for 1.4.1-1 will be tracked in a different ticket. Closing this one. |