You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/06/03 13:27:09 UTC

[jira] Commented: (AVRO-558) Java server serializing error union schema branch number incorrectly for single-branch unions

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

Jeff Hammerbacher commented on AVRO-558:
----------------------------------------

* Protocol definition: http://github.com/hammer/avro-debug/blob/trunk/debug/src/fake.avpr
* Fake server: http://github.com/hammer/avro-debug/blob/trunk/debug/src/FakeServer.java
* Fake client: http://github.com/hammer/avro-debug/blob/trunk/debug/src/fake_client.py

> Java server serializing error union schema branch number incorrectly for single-branch unions
> ---------------------------------------------------------------------------------------------
>
>                 Key: AVRO-558
>                 URL: https://issues.apache.org/jira/browse/AVRO-558
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Jeff Hammerbacher
>
> In my testing of HBASE-2400, I am seeing a branch index of 1 turn up when 0 should have been encoded for messages with a single branch in their union of error schemas. See attached protocol definition, Java server, and Python client which reproduces the error.

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