| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
116 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Avro release 1.6.3 (rc 0) - Avro - [mail # dev]
|
|
...+1. mvn test passes for me. On Fri, Mar 16, 2012 at 9:17 AM, Doug Cutting wrote: ...
|
|
|
Author: Philip Zeyliger,
2012-03-18, 22:44
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...On Tue, Feb 14, 2012 at 5:34 PM, Douglas Creager wrote: Got it; thanks for looking into it. Glad it's straight-forward....
|
|
|
Author: Philip Zeyliger,
2012-02-15, 01:57
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...I'm +1 on the release based on java unit tests passing. For those interested, here's the test failure. [0]air::tests(276231)$./test_avro_values **** Running boolean tests **** | ...
|
|
|
Author: Philip Zeyliger,
2012-02-15, 00:01
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...On Tue, Feb 14, 2012 at 1:58 PM, Doug Cutting wrote: They do not; the same test fails. I'm not familiar with the cmake system here; is there a file where the test ou...
|
|
|
Author: Philip Zeyliger,
2012-02-14, 22:05
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...-0 for now I had trouble with the C unit tests (I ran "./build.sh test" on ubuntu oneiric). Are other folks having trouble? The java unit tests work. Running tests......
|
|
|
Author: Philip Zeyliger,
2012-02-14, 21:35
|
|
|
Re: Anyone working on AVRO-283 or AVRO-300? - Avro - [mail # dev]
|
|
...If you go from using dicts to objects, it's a pretty big API change. You ought to introduce it in parallel, so that people using the old path don't have to change their code. On ...
|
|
|
Author: Philip Zeyliger,
2012-02-07, 22:42
|
|
|
Re: Anyone working on AVRO-283 or AVRO-300? - Avro - [mail # dev]
|
|
...Sounds great! It'd be an incompatible API (but that's ok, we can transition), but I like the way Python 2.6's namedtuple works. You call namedtuple(schema), and it produces a cla...
|
|
|
Author: Philip Zeyliger,
2012-02-04, 02:15
|
|
|
Re: Are unions Tagged? - Avro - [mail # user]
|
|
...They're tagged on the wire. Getting the type back in some implementations is sometimes a bit tricky: in java, you can use instanceof. On Tue, Jan 17, 2012 at 2:44 PM, Uhlig, Han...
|
|
|
Author: Philip Zeyliger,
2012-01-17, 23:09
|
|
|
[AVRO-146] configuration to work on Avro within Eclipse - Avro - [issue]
|
|
...The soon-to-be-attached patch lets you work on Avro from within Eclipse, if that's your style.I've added the following to the README:USING ECLIPSETo use Eclipse, use the "ant eclipse" target...
|
|
|
http://issues.apache.org/jira/browse/AVRO-146
Author: Philip Zeyliger,
2011-12-13, 19:08
|
|
|
[AVRO-152] Adding "doc" to record schemas, a la javadoc field and class comments. - Avro - [issue]
|
|
...The patch to follow adds "doc" to the understood schema language (for records and enums), and uses said doc when it generates java in SpecificCompiler....
|
|
|
http://issues.apache.org/jira/browse/AVRO-152
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
|