[MCOL-701] Need better error reporting -- follow up on MCOL-698 Created: 2017-05-04 Updated: 2017-05-05 Resolved: 2017-05-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2017-9 | ||||||||
| Description |
|
Build tested: 1.1.0-1 GitHub source [root@localhost mariadb-columnstore-server]# git show When joining two BLOB/LONGBLOB columns, an internal error occurred. We should handle the condition better, instead of just return an internal error. If such joins joins are not reasonable and it is not supported, then we need failed the query and indicate as such. Please refer to |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-05-05 ] |
|
Will now show the error "VARBINARY/BLOB in filter or function is not supported." before we get far enough for the join processor to error in the way it was before |
| Comment by Daniel Lee (Inactive) [ 2017-05-05 ] |
|
Build verified: Github source [root@localhost mariadb-columnstore-server]# git show Merge pull request #50 from mariadb-corporation/10.2-fixes 10.2 fixes [root@localhost mariadb-columnstore-server]# cd mariadb-columnstore-engine/ Merge pull request #169 from mariadb-corporation/ > ERROR 1815 (HY000) at line 2: Internal error: VARBINARY/BLOB in join is not supported. |