| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
802 (0.065s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...On Thu, Apr 18, 2013 at 1:18 PM, Christophe Taton wrote: I don't see why not. Doug...
|
|
|
Author: Doug Cutting,
2013-04-22, 20:19
|
|
|
Re: help with Avro compilation... - Avro - [mail # user]
|
|
...Nir, I think there may be a bug in Avro's Maven configuration so that 'mvn install' doesn't work on a clean checkout. Please instead try 'mvn test install -DskipTests'. If ...
|
|
|
Author: Doug Cutting,
2013-04-22, 18:18
|
|
|
Re: JSon representation of avro enum : not a string? - Avro - [mail # user]
|
|
...That is a bug. It's been fixed. Twice! https://issues.apache.org/jira/browse/AVRO-713 https://issues.apache.org/jira/browse/AVRO-1201 Doug On Fri, Apr 19, 2013 ...
|
|
|
Author: Doug Cutting,
2013-04-19, 19:22
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...Thanks for confirming the fix. I committed the patch. I'm not sure when the next Avro release will be, but probably sometime in the next month. Doug On Sun, Apr 14, 2...
|
|
|
Author: Doug Cutting,
2013-04-16, 23:27
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...On Mon, Apr 15, 2013 at 2:21 PM, Christophe Taton wrote: The two methods I wrote above could be added to SpecificRecordBase and it could then be declared to implement GenericReco...
|
|
|
Author: Doug Cutting,
2013-04-15, 22:43
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...SpecificRecordBase implements IndexedRecord, so that fields can be accessed by number, but not directly by name. However Implementing #set(String,Object) and #get(String) is easy: &nbs...
|
|
|
Author: Doug Cutting,
2013-04-15, 20:08
|
|
|
Re: Primitive type aliases - Avro - [mail # user]
|
|
...On Mon, Apr 15, 2013 at 9:03 AM, Jay Hacker wrote: If you define "date" as a record then you can do that today. The only overhead is in the in-memory representation, where ...
|
|
|
Author: Doug Cutting,
2013-04-15, 16:26
|
|
|
Re: Primitive type aliases - Avro - [mail # user]
|
|
...% grep aliases lang/py/src/avro/*.py % I don't see any support for aliases in Python. Doug On Fri, Apr 12, 2013 at 2:22 PM, Jeremy Kahn wrote: ...
|
|
|
Author: Doug Cutting,
2013-04-12, 21:35
|
|
|
Re: Primitive type aliases - Avro - [mail # user]
|
|
...Aliases are used for for type names (records, enums, & fixed) and field names. Also, I don't think aliases are implemented in Python. You could define a Date record with a single...
|
|
|
Author: Doug Cutting,
2013-04-12, 21:09
|
|
|
Re: Union in AvroMapper.map: Not in Union?? - Avro - [mail # user]
|
|
...On Tue, Apr 9, 2013 at 8:55 PM, Martin Kleppmann wrote: Actually the schema you provide is used as the "reader" schema and need not exactly match the schema used to write the data. &n...
|
|
|
Author: Doug Cutting,
2013-04-10, 18:47
|
|
|
|