[MCOL-1155] NOT with null safe operator fails Created: 2018-01-10 Updated: 2018-07-17 Resolved: 2018-07-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | community | ||
| Attachments: |
|
| Sprint: | 2018-10, 2018-11, 2018-12, 2018-13, 2018-14 |
| Description |
|
I can work around with colum1 is not null and column2 is null... but should it work with NOT (column1 <=> column2)? Here's an example.
|
| Comments |
| Comment by Ravi Prakash (Inactive) [ 2018-06-27 ] |
|
Pushed the code fix to MCOL_1155 branch and have requested Andrew to review it. |
| Comment by Ravi Prakash (Inactive) [ 2018-06-28 ] |
|
I tested the issue using the attached SQL files. I used setup.sql to create the tables and q1.sql and t1.sql to test the feature. I captured the output of running the queries as follows: Then I changed the "engine" parameters for the table to innodb and tested it again. I compared the outputs from both engines and made sure they are same. |
| Comment by Daniel Lee (Inactive) [ 2018-07-17 ] |
|
Build verified: 1.1.6-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #113 from mariadb-corporation/davidhilldallas-patch-3 update readme /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #518 from mariadb-corporation/ Mcol 1146 - multi node quick install |