| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
802 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...This example is great! Should we add it to Apache Avro? Doug On Thu, Feb 28, 2013 at 2:38 PM, Douglas Creager wrote:...
|
|
|
Author: Doug Cutting,
2013-03-01, 01:30
|
|
|
[AVRO-1264] IDL documentation uses wrong annotation for java-class - Avro - [issue]
|
|
...The IDL documentation uses the annotation @java_class as an example, which is meaningless. The meaningful annotation would be @java-class....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1264
Author: Doug Cutting,
2013-02-28, 23:05
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...If you cannot use ReflectDatumReader and ReflectDatumWriter then perhaps we could move the readString() and writeString() implementations from these to SpecificData. One can imagine al...
|
|
|
Author: Doug Cutting,
2013-02-28, 21:58
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...Oops, you're right. Dashes are not currently allowed in IDL property names. I think it would be better to permit dashes there than to automatically convert underscores to dashes ...
|
|
|
Author: Doug Cutting,
2013-02-28, 21:51
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...You could get the specific compiler to emit the desired type by modifying the method SpecificCompiler#getStringType() to take the Schema as a parameter and, if it has a java-class attribute,...
|
|
|
Author: Doug Cutting,
2013-02-28, 18:04
|
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...I'm not familiar with the C implementation, but it should follow the resolution rules from the specification: http://avro.apache.org/docs/current/spec.html#Schema+Resolution We c...
|
|
|
Author: Doug Cutting,
2013-02-28, 17:53
|
|
|
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
|
|
|
|