[MCOL-3340] Filtering not working properly when using window functions in embedded query Created: 2019-05-30 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.1.7 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Emmanuel | Assignee: | Leonid Fedorov |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Filtering does not work properly in the columnstore when there is an embedded query using window functions. See the example below: we are trying to compute a moving average and then filter out NULL values. The query works well in InnoDB or TokuDB. But not with the columnstore which keeps the NULL values. We have seen the same behaviour in version 1.2.3. CREATE TABLE `bug_cs` ( INSERT INTO `bug_cs` select * from |