[MCOL-4672] MariaDB 10.5.8 Columnstore utf8mb4 support Created: 2021-04-08 Updated: 2021-08-30 Resolved: 2021-08-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ?, MDB Plugin |
| Affects Version/s: | 5.5.1 |
| Fix Version/s: | 5.6.1 |
| Type: | New Feature | Priority: | Major | ||||
| Reporter: | andreas eschbacher | Assignee: | David Hall (Inactive) | ||||
| Resolution: | Fixed | Votes: | 0 | ||||
| Labels: | utf8mb4 | ||||||
| Environment: |
|
||||||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
Hello, we still have a problem with columnstore engine and utf8mb4 Using the create table statements with no engine specified, it works (we can import Data)! Conclusion: columnstore engine does not seem to be compatible with utf8mb4!
Br Andreas |
| Comments |
| Comment by David Hall (Inactive) [ 2021-04-08 ] | ||||
|
It's a little unintuitive, but this will show the columnstore version: | ||||
| Comment by andreas eschbacher [ 2021-04-08 ] | ||||
|
Thank you David,
We have Problems when importing Json Data with ETL Process via Pentaho (Mariadb-java-client.2.7.2) when we use utf8mb4. how it should look like with: OUR MAIN PROBLEM IS: | ||||
| Comment by andreas eschbacher [ 2021-04-09 ] | ||||
|
tested variations: | ||||
| Comment by andreas eschbacher [ 2021-04-12 ] | ||||
|
We found a workaround to be able to store the Ambulance-Emoji. Our Base table is still utf8 our new Dimensions table is set to utf8mb4. | ||||
| Comment by David Hall (Inactive) [ 2021-08-30 ] | ||||
|
The Columnstore Version is shown by Problems with load data infile and utf8mb4 have been correct in version 5.6.1. Hope this helps. | ||||
| Comment by David Hall (Inactive) [ 2021-08-30 ] | ||||
|
Fixed in 5.6.1 |