| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
806 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: PHP test suite failing - Avro - [mail # dev]
|
|
...PHP tests pass for me, but I'm using a slightly older version of PHP. % php --version PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli) (built: Mar 11 2013 14:31:48) Copyright (c) 1997-20...
|
|
|
Author: Doug Cutting,
2013-04-10, 18:44
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...This looks to be a bug. I filed a Jira issue and attached a patch at: https://issues.apache.org/jira/browse/AVRO-1295 Please let me know if this fixes things for you.  ...
|
|
|
Author: Doug Cutting,
2013-04-10, 18:39
|
|
|
[AVRO-1259] improve Trevni encoding of sparse fields - Avro - [issue]
|
|
...If in most records a field is null, Trevni writes a null byte (zero length) for that record in that column. This might be optimized by instead using a run-length encoding for lengths. ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1259
Author: Doug Cutting,
2013-03-29, 01:30
|
|
|
New Avro Committer: Martin Kleppmann - Avro - [mail # dev]
|
|
...The Avro PMC has voted to add Martin Kleppmann as a committer. Congratulations, Martin! If you accept, you need to file an Individual Contributor License Agreement (ICLA): ...
|
|
|
Author: Doug Cutting,
2013-03-27, 20:25
|
|
|
Re: Where are the rows in Trevni format? - Avro - [mail # user]
|
|
...Row numbers are not stored explicitly. They are the implicit in the ordinal position of values in the file. Values are not sorted but are in row order. The primary performa...
|
|
|
Author: Doug Cutting,
2013-03-21, 18:41
|
|
|
Re: Speed improvements for reflection-based serialization - Avro - [mail # user]
|
|
...More generally, Avro contribution guidelines are at: https://cwiki.apache.org/AVRO/how-to-contribute.html Doug On Thu, Mar 21, 2013 at 9:30 AM, Doug Cutting wrote:...
|
|
|
Author: Doug Cutting,
2013-03-21, 16:31
|
|
|
|