[MCOL-1672] ColumnStore in auto-switch operational mode fail to process query with Internal error and aggregation data overflow Created: 2018-08-23 Updated: 2019-07-11 Resolved: 2019-07-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
um1-2xpm ; centos7 |
||
| Issue Links: |
|
||||||||
| Description |
|
ColumnStore in auto-switch operational mode fail to process query with Internal error and
query pass with generic infinidb_vtable_mode = 0 but when set to the auto-switch mode 2 it's returned Internal Error
the same query pass with columnstore generic mode and it would be expected to pass also with auto-switch mode
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-07-10 ] | ||
|
Overflow might be fixed already | ||
| Comment by David Hall (Inactive) [ 2019-07-11 ] | ||
|
Over flow is fixed: MariaDB [dhall]> select sum(c1) from t1;
------------
------------ Based on this and that |