| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
802 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Transform a single .avdl or .avpr into one or many .avsc - Avro - [mail # user]
|
|
...There's not a tool that does this currently. Note however that existing tools will generate Java classes for each type in an IDL file, so if you're only using Java then you might not n...
|
|
|
Author: Doug Cutting,
2013-05-17, 19:11
|
|
|
[AVRO-1295] null namespace within non-null is not print/parse consistent - Avro - [issue]
|
|
...If a record with a null namespace is nested within a record with a non-null namespace then, when the outer schema is printed and re-parsed, the inner schema's namespace becomes the outer, ra...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1295
Author: Doug Cutting,
2013-05-16, 23:32
|
|
|
Re: Jackson and Avro, nested schema - Avro - [mail # user]
|
|
...On Wed, May 8, 2013 at 11:49 AM, David Arthur wrote: There's code in Avro that will read and write Jackson JsonNode directly, without creating any intermediate "value" structure....
|
|
|
Author: Doug Cutting,
2013-05-13, 23:25
|
|
|
Re: Best practices for java enums...? - Avro - [mail # user]
|
|
...If you use Avro IDL then you can more easily maintain long, multi-line comments for your enum. http://avro.apache.org/docs/current/idl.html#minutiae_comments IDL files (.avdl) ca...
|
|
|
Author: Doug Cutting,
2013-05-10, 17:55
|
|
|
[AVRO-1319] Two new tools: random & totrevni - Avro - [issue]
|
|
...I've added two new tools: "random" to generate a data file of random records given a schema "totrevni" to convert an Avro data file to trevni formatThese have proven useful to me in debuggin...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1319
Author: Doug Cutting,
2013-05-10, 01:08
|
|
|
[AVRO-1320] Java: Trevni incorrectly reads specific enums. - Avro - [issue]
|
|
...Enums generated by the specific compiler are not read correctly when written to an Avro data file.Reported by Bernd Fondermann on the developer mailing list....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1320
Author: Doug Cutting,
2013-05-08, 18:36
|
|
|
Re: Reading nested specific type - Avro - [mail # dev]
|
|
...On Tue, May 7, 2013 at 12:46 PM, Bernd Fondermann wrote: I found the problem with unions & updated the patch for AVRO-1320 to fix this too. Please let me know if that solve...
|
|
|
Author: Doug Cutting,
2013-05-07, 21:39
|
|
|
Re: Reading nested specific type - Avro - [mail # dev]
|
|
...On Tue, May 7, 2013 at 7:35 AM, Bernd Fondermann wrote: I fixed a bug with specific enums, but there may still be a problem with enums in unions. I'll take another look. &n...
|
|
|
Author: Doug Cutting,
2013-05-07, 16:05
|
|
|
[AVRO-635] ruby fully-qualified namespace mixed with unqualified breaks - Avro - [issue]
|
|
...Data interop tests fail when ruby tries to read a python-generated data file with:Avro::SchemaParseError: "org.apache.avro.Node" is not a schema we know about....
|
|
|
http://issues.apache.org/jira/browse/AVRO-635
Author: Doug Cutting,
2013-05-07, 14:59
|
|
|
Re: Issue with a union with bytes and DataFileReader? - Avro - [mail # user]
|
|
...This has been previously reported as: https://issues.apache.org/jira/browse/AVRO-1275 Please also note that GenericData#toString() does not always produce output that JsonDecoder...
|
|
|
Author: Doug Cutting,
2013-05-06, 20:47
|
|
|
|