[MCOL-1457] operating mode 0 fails under certain conditions. Created: 2018-06-06 Updated: 2018-07-18 Resolved: 2018-07-18 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.2 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2018-14 | ||||||||
| Description |
|
in working_tpch1_compareLogOnly/tableMode/tablemode.sql, we find: set infinidb_vtable_mode=0; SELECT SUM( c_acctbal* (1-c_acctbal)) AS REVENUE FROM CUSTOMER, nation WHERE C_MKTSEGMENT = 'BUILDING' and c_nationkey<3 AND C_nationkey = n_nationkey GROUP BY c_custkey ORDER BY REVENUE DESC; This breaks with: The problem appears to be an aggregate used as an ORDER BY. This doesn't break with vtable mode = 1. |
| Comments |
| Comment by Roman [ 2018-06-21 ] | |||||||
|
Please review the fix. | |||||||
| Comment by Daniel Lee (Inactive) [ 2018-07-18 ] | |||||||
|
Build verified: 1.2.0-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #119 from mariadb-corporation/1.1-merge-up-20180531 Merge develop-1.1 into develop /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #519 from drrtuy/ .
---------------- MariaDB [tpch1]> |