| clear query|facets|time |
Search criteria: .
Results from 201 to 210 from
7248 (0.096s).
|
|
|
Loading phrases to help you refine your search...
|
|
help with Avro compilation... - Avro - [mail # user]
|
|
...Hi, I had to re-create my local Maven repository, and since then I'm not able to compile Avro (I need to do it to test a patch). Just to make sure I'm doing the right thing: &n...
|
|
|
Author: nir_zamir,
2013-04-22, 09:16
|
|
|
RE: Namespace issues when using schema with avdl file - Avro - [mail # user]
|
|
...Just fully qualify the data type, like this: @namespace ("com.b2b.camel.service") protocol CamelEndpointDAOService{ import schema "camelEndpoint.avsc";  ...
|
|
|
Author: Dave McAlpin,
2013-04-21, 18:22
|
|
|
Re: JSon representation of avro enum : not a string? - Avro - [mail # user]
|
|
...Ok. Good to know. Thanks for the pointers. I will try to upgrade then if I want to keep my enums useful. Bertrand On Fri, Apr 19, 2013 at 9:22 PM, Doug Cutting wrote: &nbs...
|
|
|
Author: Bertrand Dechoux,
2013-04-21, 16:12
|
|
|
Namespace issues when using schema with avdl file - Avro - [mail # user]
|
|
...I have a schema file like this {"namespace" : "com.b2b.camel.endpoint", "type" : "record", "name" : "CamelEndpoint",...
|
|
|
Author: Atin Sood,
2013-04-20, 15:14
|
|
|
[AVRO-1305] BinaryDecoder is bottleneck for python avro deserialization - Avro - [issue]
|
|
...The BinaryDecoder deserialization is performing things like bit manipulation in pure python that would be much faster pushed to C. Probably a good place to implement in Cython....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1305
Author: Uri Laserson,
2013-04-20, 01:30
|
|
|
[AVRO-1303] Python avro library does not support aliasing for schema evolution - Avro - [issue]
|
|
...as discussed on the mailing list, the Python avro libraries don't support aliases. (the string alias is found nowhere in the Python source code.We should update the Python library to a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1303
Author: Jeremy Kahn,
2013-04-19, 21:08
|
|
|
Re: JSon representation of avro enum : not a string? - Avro - [mail # user]
|
|
...That is a bug. It's been fixed. Twice! https://issues.apache.org/jira/browse/AVRO-713 https://issues.apache.org/jira/browse/AVRO-1201 Doug On Fri, Apr 19, 2013 ...
|
|
|
Author: Doug Cutting,
2013-04-19, 19:22
|
|
|
JSon representation of avro enum : not a string? - Avro - [mail # user]
|
|
...Hi, I am using to 1.4.0 version of avro (not by choice) and tried a toString() on a GenericRecord containing somewhere a GenericEnumSymbol. My problem is that this instance is not repr...
|
|
|
Author: Bertrand Dechoux,
2013-04-19, 14:16
|
|
|
AVRO-1270 - implementation? - Avro - [mail # dev]
|
|
...Doug - in the avro-users group you posted this : value I work with Chris Laws, and for our application we need to fix AVRO-1270, to im...
|
|
|
Author: Steve Roehrs,
2013-04-19, 05:01
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...Hi, On Mon, Apr 15, 2013 at 3:43 PM, Doug Cutting wrote: Symmetrically, do you think it's possible to have SpecificRecord builders extend GenericRecordBuilder? C....
|
|
|
Author: Christophe Taton,
2013-04-18, 20:18
|
|
|
|