[MCOL-5507] Unable to join ColumnStore table w/ InnoDb Created: 2023-05-11 Updated: 2023-07-03 Resolved: 2023-07-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Evan Howlett | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS: 18.04.6 LTS (Bionic Beaver) Columnstore.xml: <CrossEngineSupport> |
||
| Description |
|
I am getting this error May 11 12:40:58 localhost joblist[4346]: 58.325928 |1295|0|0| C 05 CAL0000: CrossEngineStep::execute() caught Throw location unknown (consider using BOOST_THROW_EXCEPTION)#012Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >#012std::exception::what: boost::bad_any_cast: failed conversion using boost::any_cast when trying to join these two tables on the "SkuCode" column. CREATE TABLE `lineItemSalesClosed` ( CREATE TABLE `sku` ( Query: |
| Comments |
| Comment by Evan Howlett [ 2023-07-03 ] |
|
Could it have something to do with upgrading from a version of MySql? What were the steps taken to try to reproduce the issue? |