| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
118 (0.541s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: A case for adding revision field to Avro schema - Avro - [mail # dev]
|
|
...On Tue, Sep 21, 2010 at 8:00 PM, Thiruvalluvan M. G. wrote: I'm beginning to understand your proposal a little bit better. What happens when the revisions aren't linear? (...
|
|
|
Author: Philip Zeyliger,
2010-09-22, 06:25
|
|
|
Re: A case for adding revision field to Avro schema - Avro - [mail # dev]
|
|
...At this point, I think the application should manage its own schema store. The distinction here is very fundamental and is the main reason why Avro's serialization is fundamentally dif...
|
|
|
Author: Philip Zeyliger,
2010-09-21, 17:26
|
|
|
[AVRO-622] python avro.ipc doesn't work with python2.4 - Avro - [issue]
|
|
...Similar to AVRO-618, avro.ipc depends on the 'struct' python module, which is newish....
|
|
|
http://issues.apache.org/jira/browse/AVRO-622
Author: Philip Zeyliger,
2010-09-08, 21:08
|
|
|
[AVRO-620] Python implementation doesn't stringify sub-schemas correctly - Avro - [issue]
|
|
...In [9]: import avro.schemaIn [10]: s = avro.schema.parse('{"type": "record", "name": "X", "fields": [{"name": "y", "type": {"type": "record", "name": "Y", "fields": [{"name": "Z", "type": "X...
|
|
|
http://issues.apache.org/jira/browse/AVRO-620
Author: Philip Zeyliger,
2010-09-08, 21:08
|
|
|
[AVRO-618] Avro doesn't work with python 2.4 - Avro - [issue]
|
|
...The avro tests fail on a system with python2.4. The issues can be easily worked around by avoiding python2.5 constructs and libraries.The missing "struct.Struct" is what started me dow...
|
|
|
http://issues.apache.org/jira/browse/AVRO-618
Author: Philip Zeyliger,
2010-09-08, 21:08
|
|
|
Re: [VOTE] Avro release 1.4.0 (rc4) - Avro - [mail # dev]
|
|
...+1. java tests pass on my mac. On Tue, Sep 7, 2010 at 8:54 AM, Matt Massie wrote: ...
|
|
|
Author: Philip Zeyliger,
2010-09-07, 18:28
|
|
|
Re: Problem with 1.4.0 RC3 artifacts - Avro - [mail # dev]
|
|
...This is https://issues.apache.org/jira/browse/AVRO-623. Basically, the build system substitutes in a schema from a file for the @...@ string, which makes it impossible to run that pyth...
|
|
|
Author: Philip Zeyliger,
2010-09-01, 17:09
|
|
|
Re: AVRO Hudson Tasks - Avro - [mail # dev]
|
|
...On Mon, Aug 23, 2010 at 10:45 PM, Bruce Mitchener <[EMAIL PROTECTED] I wasn't aware that we had buildbots already (in part, because I was AWOL on the lists for a while). I ha...
|
|
|
Author: Philip Zeyliger,
2010-08-25, 15:48
|
|
|
Re: Avro PHP library - Avro - [mail # dev]
|
|
...Hi Michael, That's great. https://cwiki.apache.org/AVRO/how-to-contribute.html explains the process of how to contribute. In short, you create an issue on issues.apache.org...
|
|
|
Author: Philip Zeyliger,
2010-08-24, 16:41
|
|
|
AVRO Hudson Tasks - Avro - [mail # dev]
|
|
...I went ahead and set up two Hudson jobs for testing AVRO. I decided to go with different jobs for different languages, because commits will often break one, but not the other. ht...
|
|
|
Author: Philip Zeyliger,
2010-08-24, 05:30
|
|
|
|