Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 26 (0.16s).
Loading phrases to help you
refine your search...
Re: Transform a single .avdl or .avpr into one or many .avsc - Avro - [mail # user]
...The "types" field in a protocol (.avro) may get you what you need. The corresponding schema objects should be able to render to well-formed avsc objects. On May 17, 2013 5:47 AM, "Bertrand D...
   Author: Jeremy Kahn, 2013-05-17, 14:10
[AVRO-1331] Java reader backwards-compatibility breakage - Avro - [issue]
...For some cases where we encode Avro data with Avro 1.7.4, it is not readable with Avro 1.7.5-SNAPSHOT post AVRO-1295: the Java decoder is unable to discover the root definitionsAmong the pro...
http://issues.apache.org/jira/browse/AVRO-1331    Author: Jeremy Kahn, 2013-05-16, 23:32
Re: Best practices for java enums...? - Avro - [mail # user]
...+1 to this suggestion. Docs on individual symbols in IDL enums would be convenient.  Felix, will you file that ticket please? I can promise to upvote.   On Fri, May 10, 2013 at 10:...
   Author: Jeremy Kahn, 2013-05-10, 18:47
[AVRO-1316] IDL code-generation generates too-long literals for very large schemas - Avro - [issue]
...When I work from a very large IDL schema, the Java code generated includes a schema JSON literal that exceeds the length of the maximum allowed literal string (65535 characters).  This ...
http://issues.apache.org/jira/browse/AVRO-1316    Author: Jeremy Kahn, 2013-05-10, 01:08
[AVRO-1318] Python schema should store fingerprints - Avro - [issue]
...Python schema objects need to produce a simple representation that demonstrates their field identity.   {avro.schema.Schema} objects need to provide a {fingerprint} member fie...
http://issues.apache.org/jira/browse/AVRO-1318    Author: Jeremy Kahn, 2013-05-08, 21:13
[AVRO-1323] Python request schemas should report fullname - Avro - [issue]
...Avro request objects in the Python library are treated as a special kind of record schema without a name. But such objects should have a name – if nothing else, they should have the sa...
http://issues.apache.org/jira/browse/AVRO-1323    Author: Jeremy Kahn, 2013-05-08, 21:13
[AVRO-1296] Python: schemas retrieved from protocol types ignore namespace - Avro - [issue]
...If I parse a protocol p using avro.protocol.parse, which defines "namespace": "ns" and then retrieve a child schema s from the protocol's proto.types (or proto.types_dict), then s does not h...
http://issues.apache.org/jira/browse/AVRO-1296    Author: Jeremy Kahn, 2013-04-24, 20:35
Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 - Avro - [mail # dev]
...I'm not well-motivated to make things work on Python 2.4, but I'll try to run tests on 2.6 and 2.7 before I make any further commits.    On Mon, Apr 22, 2013 at 2:03 PM, Philip Zey...
   Author: Jeremy Kahn, 2013-04-22, 21:51
Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 - Avro - [mail # dev]
...I haven't checked the 2.4 compatibility. I note that "assertNotIn" was introduced in 2.7, so I used only "assertFalse" instead.   On Mon, Apr 22, 2013 at 12:23 PM, Philip Zeyliger wrote...
   Author: Jeremy Kahn, 2013-04-22, 20:39
Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 - Avro - [mail # dev]
...okay, not "very old"; probably python 2.6. http://docs.python.org/2/library/unittest.html#unittest.TestCase.assertNotIn  Looks like buildbot on Ubuntu 9.10 is probably running Python 2....
   Author: Jeremy Kahn, 2013-04-22, 19:11
Sort:
project
Avro (26)
type
issue (11)
mail # user (10)
mail # dev (5)
date
last 7 days (2)
last 30 days (12)
last 90 days (26)
last 6 months (26)
last 9 months (26)
author
Doug Cutting (802)
Scott Carey (431)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Jeremy Kahn