Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
23.02.8
-
None
-
2024-1
Description
CS applies filters in wrong order for some type of query with sub select.
For example:
select * from (select func(a) from t1) as s1 where s1.a = value; |
The filter "where s1.a= values" is applied for "a" column early than "func(a)" which cause a wrong result for some type of queries.
Attachments
Issue Links
- blocks
-
MCOL-5237 MariaDB Columnstore: Views with null-replaced timestamps yield incorrect query results
- Closed