| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
20 (0.11s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: release 1.7.5 soon? - Avro - [mail # dev]
|
|
...It's been a while since the question was asked. Is there any chance we'll see the 1.7.5 release soon? Alex On Tuesday, April 30, 2013 at 12:17 PM, James Baldassari wrote:  ...
|
|
|
Author: Alexandre Normand,
2013-06-17, 20:57
|
|
|
Re: Support for inheritance in avro IDL? - Avro - [mail # dev]
|
|
...We're also using unions now for patterns like this so it's not terribly high priority. But I'd still like to do this as currently, the client code is not terribly nice to look at with all th...
|
|
|
Author: Alexandre Normand,
2013-04-24, 03:57
|
|
|
Support for inheritance in avro IDL? - Avro - [mail # dev]
|
|
...Hey, I'm wondering what you guys think of adding support for inheritance in avro IDL. We're starting to see unions of different types in our code and they mostly have the same fields. We're ...
|
|
|
Author: Alexandre Normand,
2013-04-11, 21:51
|
|
|
[AVRO-1268] Add java-class, java-key-class and java-element-class support for stringable types to SpecificData - Avro - [issue]
|
|
...Stringable types are java classes that can be serialized through strings (which require a single string constructor and a valid toString() implementation). ReflectData currently has support ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1268
Author: Alexandre Normand,
2013-03-29, 01:30
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...Cool. Thanks. I had a patch in progress for this that I haven't completed but I'll resume work. I'll create a ticket now so it's being tracked. Alex On Thursday, Februar...
|
|
|
Author: Alexandre Normand,
2013-02-28, 22:08
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...I agree with the SpecificCompiler#getStringType() change. I actually have an early draft patch that has this change. As for using the ReflectDatum Reader/Writer, I guess that might be suffic...
|
|
|
Author: Alexandre Normand,
2013-02-28, 18:36
|
|
|
Re: Incorrect Json schema generated for @java_class - Avro - [mail # user]
|
|
...Hey Doug, I was also wondering about something related. In reflection, we can use the java-class property to define the java class for stringable types. Could we find a way to bring some of ...
|
|
|
Author: Alexandre Normand,
2013-02-28, 17:25
|
|
|
Re: [VOTE] Avro release 1.7.2 (rc0) - Avro - [mail # dev]
|
|
...Thanks Doug. I'm happy to see that release. Just one quick note, mostly for historical purposes, the releases page (http://avro.apache.org/releases.html) dates the 1.7.2 release to Ju...
|
|
|
Author: Alexandre Normand,
2012-09-27, 03:12
|
|
|
[AVRO-1145] Can't read union of null and primitive from value written with schema as primitive - Avro - [issue]
|
|
...Using the its Java's generic representation API and I have a problem dealing with our current case of schema evolution. The scenario we're dealing with here is making a primitive-type field ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1145
Author: Alexandre Normand,
2012-09-25, 22:22
|
|
|
[AVRO-1162] AvroKeyValueOutputFormat doesn't support serialization of data using reflection - Avro - [issue]
|
|
...When setting up a map/reduce job with the AvroKeyValueOutputFormat, using Reflection to create the schema and AvroValue to wrap the data objects to serialize, I get a ClassCastException beca...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1162
Author: Alexandre Normand,
2012-09-14, 00:41
|
|
|
|