John Karp created AVRO-1462:
-------------------------------
Summary: Non-ASCII decimal characters cause warning from Perl API
serializer
Key: AVRO-1462
URL: https://issues.apache.org/jira/browse/AVRO-1462
Project: Avro
Issue Type: Bug
Reporter: John Karp
Assignee: John Karp
Priority: Minor
The serializer is using the \d metacharacter in a regex to check for decimal
characters. However, \d also matches non-ASCII decimals such as those from
Hindi or Arabic, and that causes this warning:
{noformat}
Argument "\x{661}" isn't numeric in abs at
/home/johnkarp/git/avro/lang/perl/blib/lib/Avro/BinaryEncoder.pm line 92.
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)