| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
802 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Question about Avro "records" - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 2:51 PM, Francis Galiegue wrote: http://avro.apache.org/docs/current/spec.html#Schema+Resolution Doug...
|
|
|
Author: Doug Cutting,
2013-02-27, 23:10
|
|
|
Re: Question about Avro "records" - Avro - [mail # user]
|
|
...That sounds right to me. To be clear, the schema in question here is the writer's. A reader schema which did not have "c" could read this, dropping the "c" values from the writer...
|
|
|
Author: Doug Cutting,
2013-02-27, 22:20
|
|
|
Re: Bypassing "handshake" in Responder - Avro - [mail # user]
|
|
...Pankaj, Avro RPC is currently specified to always uses the binary encoding (like Avro data files). This might reasonably be extended to JSON. First we'd need to specify the new ...
|
|
|
Author: Doug Cutting,
2013-02-27, 19:50
|
|
|
Re: Design decision question about the Avro Java API - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 10:47 AM, Francis Galiegue wrote: +1 Yes, also emphasizing that the exception is unchecked would be good. Doug...
|
|
|
Author: Doug Cutting,
2013-02-27, 19:02
|
|
|
Re: Limitations in enum symbols not mentioned in the spec - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 10:43 AM, Francis Galiegue wrote: So was I. Yes, JavaScript is an example of a programming language whose standard map implementation doesn't provi...
|
|
|
Author: Doug Cutting,
2013-02-27, 19:00
|
|
|
Re: Design decision question about the Avro Java API - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 10:17 AM, Francis Galiegue wrote: Nearly any API call can fail. Perhaps we should add it to the throws clause of the method, so it's better document...
|
|
|
Author: Doug Cutting,
2013-02-27, 18:45
|
|
|
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
|
|
|
|