[MCOL-4492] Aggregated DOUBLES (AVG and SUM) do not compare properly, especially with constants and non aggregated doubles. Created: 2021-01-12 Updated: 2021-03-31 Resolved: 2021-03-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 6.1.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | NaHuangYi | Assignee: | David Hall (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | bug | ||
| Environment: |
Ubuntu 20.04.1 LTS |
||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2021-4, 2021-5 | ||||||||||||||||
| Description |
|
BUG测试 create table test_t1 select * from (select id,sum(sv) sv from test_t group by 1) a, 返回:
-----
----- 修改引擎为innodb后正常 |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2021-01-13 ] | ||||||||||||||||||
|
| ||||||||||||||||||
| Comment by Gregory Dorman (Inactive) [ 2021-02-22 ] | ||||||||||||||||||
|
The theory is that this problem will go away with LONG DECIMAL. Please verify the theory. If wrong - EMERGENCY. If right - handle the ticket transitions. |