[ 
https://issues.apache.org/jira/browse/AVRO-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876044#action_12876044
 ] 

Philip Zeyliger commented on AVRO-565:
--------------------------------------

What's the client call?  What's the value of datum?

I believe you see this error when you pass a string that python refuses to 
encode as unicode.

{quote}
>>> "\xe2".encode("utf-8")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal 
not in range(128)
{quote}

> Investigate Python encoding error
> ---------------------------------
>
>                 Key: AVRO-565
>                 URL: https://issues.apache.org/jira/browse/AVRO-565
>             Project: Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Jeff Hammerbacher
>
> Tyler B is seeing the following encoding error: 
> http://avro.pastebin.com/b4HSYjCz.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to