| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
65 (1.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-530] allow for mutual recursion in type definitions - Avro - [issue]
|
|
...Suppose you have these two types in your protocol:{"name": "User", "type": "record", "fields": [{"name": "current_status", "type": "Status"}]}{"name": "Status", "type": "record", "fields": [...
|
|
|
http://issues.apache.org/jira/browse/AVRO-530
Author: Jeff Hodges,
2012-10-01, 18:30
|
|
|
[AVRO-537] ruby: keep connection between requests to same client - Avro - [issue]
|
|
...Currently, all ruby servers will disconnect (sort of) a client after serving one request to said client....
|
|
|
http://issues.apache.org/jira/browse/AVRO-537
Author: Jeff Hodges,
2011-12-16, 17:45
|
|
|
[AVRO-393] byte[] constructor for Utf8 desired - Avro - [issue]
|
|
...We've come across a few use cases where we know that a given byte array is properly Utf8 encoded, but Utf8 has no constructor to take it. Instead, we have to turn it into a String first just...
|
|
|
http://issues.apache.org/jira/browse/AVRO-393
Author: Jeff Hodges,
2011-12-13, 19:06
|
|
|
[AVRO-463] C implementation should return json parse errors - Avro - [issue]
|
|
...Currently, the C implementation does not return the JSON parse errors from the underlying JSON library and instead simply returns EINVAL.This makes debugging difficult. For instance, I had t...
|
|
|
http://issues.apache.org/jira/browse/AVRO-463
Author: Jeff Hodges,
2011-03-12, 00:32
|
|
|
[AVRO-633] incorrect handling of changing protocols due to missing skip_union - Avro - [issue]
|
|
...Adding to protocols is broken because I somehow didn't implement skip_union....
|
|
|
http://issues.apache.org/jira/browse/AVRO-633
Author: Jeff Hodges,
2010-09-08, 21:08
|
|
|
[AVRO-489] ruby implementation should skip complex objects - Avro - [issue]
|
|
...The ruby implementation does not support skipping over complex objects. This is bad mojo....
|
|
|
http://issues.apache.org/jira/browse/AVRO-489
Author: Jeff Hodges,
2010-09-08, 21:07
|
|
|
[AVRO-465] C implementation requires you to know a file's schema before reading - Avro - [issue]
|
|
...The C implementation gives the user no way of reading the objects in a data file without knowing the file's schema ahead of time.While it does fill in the writers_schema part of the avro_fil...
|
|
|
http://issues.apache.org/jira/browse/AVRO-465
Author: Jeff Hodges,
2010-09-08, 21:07
|
|
|
[AVRO-536] ruby: AvroTypeError should propagate back from the server - Avro - [issue]
|
|
...Datum write error with the wrong schema (AvroTypeError) should propagate back from the server. Should also check for datum reader errors propagating back correctly....
|
|
|
http://issues.apache.org/jira/browse/AVRO-536
Author: Jeff Hodges,
2010-08-26, 19:57
|
|
|
[AVRO-462] C implementation does not accept "simple" primitive schemas - Avro - [issue]
|
|
...Schemas like "null", "int", "string", etc. (instead of the longer, {type: "null"}, {type: "int"}, etc.) are not accepted by the C implementation.This seems to be a problem with the jansson J...
|
|
|
http://issues.apache.org/jira/browse/AVRO-462
Author: Jeff Hodges,
2010-08-25, 19:10
|
|
|
[AVRO-505] Java impl is spitting any ol' error text on to the wire - Avro - [issue]
|
|
...The current java implementation is sending the error text of unhandled errors back as RPC responses....
|
|
|
http://issues.apache.org/jira/browse/AVRO-505
Author: Jeff Hodges,
2010-08-25, 19:01
|
|
|
|