| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
806 (0.079s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Limitations in enum symbols not mentioned in the spec - Avro - [mail # user]
|
|
...The restrictions on names are primarily to facilitate translation into programming languages. Map keys are user data, not part of a schema that might be so translated. We restric...
|
|
|
Author: Doug Cutting,
2013-02-27, 18:40
|
|
|
Re: Design decision question about the Avro Java API - Avro - [mail # user]
|
|
...On Tue, Feb 26, 2013 at 8:02 PM, Francis Galiegue wrote: There are no such plans that I am aware of. Changing SchemaParseException to a checked exception would be an incomp...
|
|
|
Author: Doug Cutting,
2013-02-27, 18:09
|
|
|
Re: AvroKeyInputFormat Writer Schema - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 8:55 AM, Josh Spiegel wrote: Yes. I don't think this is currently possible, and adding it seems like it would be useful. Doug...
|
|
|
Author: Doug Cutting,
2013-02-27, 18:02
|
|
|
Re: Limitations in enum symbols not mentioned in the spec - Avro - [mail # user]
|
|
...The specification is more restrictive, it says: The name portion of a fullname, record field names, and enum symbols must: - start with [A-Za-z_] - sub...
|
|
|
Author: Doug Cutting,
2013-02-27, 17:55
|
|
|
Re: Avro cross-version serialization format compatibility - Avro - [mail # user]
|
|
...I believe there have been no incompatible changes in the base object serialization format or schema language since Avro 1.0. There was one incompatible change to the file format, from ...
|
|
|
Author: Doug Cutting,
2013-02-27, 17:47
|
|
|
[AVRO-1252] enable compiler tool to generate String instead of Utf8 - Avro - [issue]
|
|
...Since AVRO-803 the schema-to-Java compiler has permitted one to have strings represented with java.lang.String instead of org.apache.avro.util.Utf8. The Maven tasks that run the compil...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1252
Author: Doug Cutting,
2013-02-27, 00:54
|
|
|
Re: [VOTE] Avro release 1.7.4 (rc2) - Avro - [mail # dev]
|
|
...With 3 +1 votes from PMC members and no -1 votes, this passes. I'll start publishing the release. Doug On Tue, Feb 26, 2013 at 8:50 AM, Philip Zeyliger wrote:...
|
|
|
Author: Doug Cutting,
2013-02-26, 18:34
|
|
|
Re: Bypassing "handshake" in Responder - Avro - [mail # user]
|
|
...This sounds like a different RPC wire format than Avro's. Avro's Requestor and Responder implement Avro's RPC wire format. Avro's Encode/Decoder and DatumReader/DatumWriter APIs ...
|
|
|
Author: Doug Cutting,
2013-02-25, 18:38
|
|
|
Re: Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
|
|
...On Fri, Feb 22, 2013 at 2:04 PM, Francis Galiegue wrote: I didn't realize that. Thanks for clarifying. No, I think they should be allowed anywhere. Yes, any o...
|
|
|
Author: Doug Cutting,
2013-02-22, 22:12
|
|
|
Re: Experiment: a JSON Schema describing Avro schemas - Avro - [mail # user]
|
|
...A few quick comments: - properties besides those mentioned in the spec are permitted as metadata, e.g., {"type":"int", "java":"short"}. - a name can be prefixed by a namespace, e...
|
|
|
Author: Doug Cutting,
2013-02-22, 22:01
|
|
|
|