| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
175 (0.142s).
|
|
|
Loading phrases to help you refine your search...
|
|
Incorrect svn commit log message - Avro - [mail # dev]
|
|
...Hey, It looks like I introduced an error into the svn commit log with r925135: "AVRO-251" should read "AVRO-451". It looks like there's a mechanism available to edit revision log messa...
|
|
|
Author: Jeff Hammerbacher,
2010-06-01, 16:51
|
|
|
Re: building the spec - Avro - [mail # user]
|
|
...Note that this issue has been filed at https://issues.apache.org/jira/browse/AVRO-319. On Mon, May 31, 2010 at 11:56 PM, Jeff Hodges wrote: ...
|
|
|
Author: Jeff Hammerbacher,
2010-06-01, 15:07
|
|
|
Blog post comparing Avro and Protocol Buffers - Avro - [mail # user]
|
|
...In case you missed it: http://www.sammur.com/?p=36 My reply, currently awaiting moderation: """ Hey, I think you are using an old version of Avro; in addition to C, J...
|
|
|
Author: Jeff Hammerbacher,
2010-05-31, 19:16
|
|
|
Re: Async io - Avro - [mail # user]
|
|
...See https://issues.apache.org/jira/browse/AVRO-405 for a Java server using asynchronous I/O. I'm not sure what the state of the patch is right now. On Sat, May 29, 2010 at 10:20 AM, Ra...
|
|
|
Author: Jeff Hammerbacher,
2010-05-30, 02:29
|
|
|
Re: Cut 1.3.3? - Avro - [mail # dev]
|
|
...Gah; for the other languages section, the only things to take care of are: - merge selected bugfixes from trunk/ to branch-1.3/ - as the merge is committed, set "fix-for" to be 1...
|
|
|
Author: Jeff Hammerbacher,
2010-05-24, 20:33
|
|
|
Re: Cut 1.3.3? - Avro - [mail # dev]
|
|
...Yep, sounds reasonable. I took care of: - add a 1.3.3 target in Jira - add to CHANGES.txt a 1.3.3 section in both trunk/ and branch-1.3/ For the various languages, could others t...
|
|
|
Author: Jeff Hammerbacher,
2010-05-24, 20:32
|
|
|
Cut 1.3.3? - Avro - [mail # dev]
|
|
...Hey, I just pushed a fix to a not so nice bug in the Python client, where I was not handling the CLIENT HandshakeMatch value correctly (rather than processing the response, I was sendi...
|
|
|
Author: Jeff Hammerbacher,
2010-05-24, 10:21
|
|
|
[AVRO-333] Add tests for all possible handshake scenarios to Python implementation - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-333
Author: Jeff Hammerbacher,
2010-05-24, 10:09
|
|
|
Two questions about GenericArray in the Java implementation - Avro - [mail # dev]
|
|
...1) Why does size() return a long instead of an int? java.util.List, for example, returns an int. Not returning an int leads to a lot of lint. 2) Why is there no get(index i) method? I can ge...
|
|
|
Author: Jeff Hammerbacher,
2010-05-20, 01:16
|
|
|
Protocol messages for which the response is null - Avro - [mail # user]
|
|
...Hey, I've got a protocol where many of the methods which do not return a response; that is, they have "response": "null" in the protocol definition. When I use the Java Specific compil...
|
|
|
Author: Jeff Hammerbacher,
2010-05-18, 07:20
|
|
|
|