| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
175 (0.236s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-216] Sylistic cleanup in schema.py - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-216
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-219] Rewrite Python implementation's IO path (schema.py, io.py, genericio.py, datafile.py) and associated tests - Avro - [issue]
|
|
...Currently, the unit tests for schema.py, genericio.py, and datafile.py are grouped in with the unit tests for io.py in testio.py. We should break the tests into individual files so that we h...
|
|
|
http://issues.apache.org/jira/browse/AVRO-219
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-222] Interop tests broke when AVRO-201 went in - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-222
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-199] Clean up schemas in testio.py - Avro - [issue]
|
|
...As discussed on the mailing list, it would be nice to leverage Python's expressive string syntax to not perform lots of escaping of Avro schemas defined in code and make the schemas more rea...
|
|
|
http://issues.apache.org/jira/browse/AVRO-199
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-201] Move DataFile[Reader|Writer] from io.py into datafile.py - Avro - [issue]
|
|
...As Sharad noted in AVRO-161, implementing appends for file object containers requires that DataFile[Reader|Writer] be in a separate module from Encoder/Decoder. This patch implements...
|
|
|
http://issues.apache.org/jira/browse/AVRO-201
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-202] Add __all__ listing to avro module - Avro - [issue]
|
|
...Folks who want to say "from avro import *" will need this listing: http://docs.python.org/tutorial/modules.html#importing-from-a-package....
|
|
|
http://issues.apache.org/jira/browse/AVRO-202
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-203] Add single space between "#" and text in license headers for Python files - Avro - [issue]
|
|
...According to PEP 8 (http://www.python.org/dev/peps/pep-0008/), "Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment)."...
|
|
|
http://issues.apache.org/jira/browse/AVRO-203
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-169] Typo in the specification - Avro - [issue]
|
|
...There's a missing "to" in the specification....
|
|
|
http://issues.apache.org/jira/browse/AVRO-169
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-155] Make avro.io.DataFileReader iterable - Avro - [issue]
|
|
...When reading records out of a file object container using the Python bindings, it would be great to be able to say:for record in dfr: <do something with record>There's alrea...
|
|
|
http://issues.apache.org/jira/browse/AVRO-155
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
[AVRO-158] permit data file appends from java - Avro - [issue]
|
|
...Avro file object container are mutable and we should test that fact....
|
|
|
http://issues.apache.org/jira/browse/AVRO-158
Author: Jeff Hammerbacher,
2010-03-01, 17:09
|
|
|
|