You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by Christophe Le Saec <cl...@talend.com> on 2022/08/30 09:11:02 UTC

RE: Re: Supporting unicode named fields

Hello,

(This is an answer to this thread<https://lists.apache.org/thread/8q666sll1hkh7hq7kbdthlv2dd9dfnr8>)


Current java code already accept Unicode char, i added a unit test to show it<https://github.com/apache/avro/blob/8969bc15174b96ca17b8b264b596e0d3de7c9436/lang/java/avro/src/test/java/org/apache/avro/TestSchema.java#L72>.

On rust, it would imply this change<https://github.com/apache/avro/blob/8969bc15174b96ca17b8b264b596e0d3de7c9436/lang/rust/avro/src/schema.rs#L1283-L1293> and on C, this PR<https://github.com/apache/avro/pull/1798>
Then, for Java implementation, change documentation wouldn't be a breaking change, but adapt code to strictly conform to documentation would be.
That's why i proposed this JIRA<https://issues.apache.org/jira/browse/AVRO-3532> to enlarge accepted names and give Avro more possibilities.

Regards,
Christophe

As a recipient of an email from Talend, your contact personal data will be on our systems. Please see our privacy notice. <https://www.talend.com/privacy/>