| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
806 (0.133s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is it possible to parse multiple schema definitions in one string? - Avro - [mail # user]
|
|
...You can put them in square brackets, defining a union, then use Schema#getTypes() to return the list of schemas defined. http://avro.apache.org/docs/current/api/java/org/apache/avro/Sc...
|
|
|
Author: Doug Cutting,
2013-06-15, 15:24
|
|
|
Re: Reader / Writer terminology - Avro - [mail # user]
|
|
...Originally I used the term 'actual' for the schema of the data written and 'expected' for the schema that the reader of the data wished to see it as. Some found those terms confusing and sug...
|
|
|
Author: Doug Cutting,
2013-06-08, 07:44
|
|
|
Re: Avro serialization in C# - how to include schema - Avro - [mail # user]
|
|
...The encoder/decoder API is lower-level, used to implement both RPC and data files, not used directly by most applications. Data files should be supported in C# in Avro 1.7.5, due out s...
|
|
|
Author: Doug Cutting,
2013-05-30, 16:36
|
|
|
Re: how to implement inheritance in Avro - Avro - [mail # user]
|
|
...You can put these all in one file by putting square brackets around the three schemas and commas between them, so that it is interpreted as a union schema. Or you can put them in three...
|
|
|
Author: Doug Cutting,
2013-05-28, 22:41
|
|
|
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
|
|
|
|