| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
806 (0.169s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...Annotation names in IDL are copied directly to schema properties with the same names. The bug is in the IDL documentation, which uses the annotation @java_class in an example, which is...
|
|
|
Author: Doug Cutting,
2013-02-28, 17:19
|
|
|
Re: Question about Avro "records" - Avro - [mail # user]
|
|
...On Wed, Feb 27, 2013 at 5:30 PM, Jeremy Kahn wrote: That would be great. Thanks! Not at all. Cheers, Doug...
|
|
|
Author: Doug Cutting,
2013-02-28, 17:11
|
|
|
Re: Question about Avro "records" - Avro - [mail # user]
|
|
...I don't think that's valid. In general a value should be written for each field in the writer's schema. It's not ideal for json, but those are the rules for binary and it's best ...
|
|
|
Author: Doug Cutting,
2013-02-28, 01:12
|
|
|
[ANNOUNCE] Avro release 1.7.4 - Avro - [mail # user]
|
|
...I'd like to announce the availability of Avro release 1.7.4. Changes are listed at: http://s.apache.org/avro174notes This release can be downloaded from: &nbs...
|
|
|
Author: Doug Cutting,
2013-02-28, 01:06
|
|
|
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
|
|
|
|