[MXS-1542] Invalid data from UTF16 strings in avrorouter Created: 2017-11-24 Updated: 2023-11-03 Resolved: 2018-01-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter |
| Affects Version/s: | 2.1.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-49 |
| Description |
|
The avrorouter doesn't work when the utf16 character set is used. The following test case should generate the proper output but it produces empty strings instead.
Changing the charset to utf8mb4 generates correct output. |
| Comments |
| Comment by markus makela [ 2018-01-04 ] | |||
|
The Avro file format does not appear to support UTF16:
| |||
| Comment by markus makela [ 2018-01-04 ] | |||
|
As this would require a significant change in the way the files are stored, this will not be fixed. |