[MCOL-3469] cross-engine join + is null filter on time column Created: 2019-08-30 Updated: 2023-03-06 Resolved: 2023-03-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | antoine | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
debian 9 |
||
| Issue Links: |
|
||||||||
| Description |
|
error with innodb-columnstore cross engine join with a IS NULL / IS NOT NULL filter on an innodb time-column. The error does not occur on a datetime column select from (innodb)
=> Error Code: 1815. Internal error: boost::bad_any_cast: failed conversion using boost::any_cast the error comes specifically from the where on the time column. If X is made INT or DATE or DATETIME then the query works the error comes from the IS NULL / is NOT NULL filter. a where X>='12:34:56' works |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2023-03-06 ] |
|
This ticket was created prior to convergence with the server and may be obsolete. If you find this issue still exists in a modern version, please open a new ticket. |