[MCOL-427] IN behaviour mismatch for empty/NULL strings Created: 2016-12-01 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | community | ||
| Epic Link: | ColumnStore Compatibility Improvements |
| Description |
|
The following query will match when tranche_age is NULL:
Whereas this query only includes the tranche_age NULL when the 'OR' condition is matched:
Test table and data:
Query results:
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2016-12-01 ] |
|
I'm not sure which should be the correct behaviour yet. This might not be fixable until |