[jira] [Updated] (AVRO-1527) support bzip2 in python avro tool

2014-07-15 Thread Eustache (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eustache updated AVRO-1527: --- Fix Version/s: (was: 1.7.7) support bzip2 in python avro tool -

[jira] [Updated] (AVRO-1527) support bzip2 in python avro tool

2014-07-15 Thread Eustache (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eustache updated AVRO-1527: --- Fix Version/s: 1.7.7 support bzip2 in python avro tool -

[jira] [Created] (AVRO-1545) python bindings for avro discard customized type information for primitive types

2014-07-15 Thread Dustin Spicuzza (JIRA)
Dustin Spicuzza created AVRO-1545: - Summary: python bindings for avro discard customized type information for primitive types Key: AVRO-1545 URL: https://issues.apache.org/jira/browse/AVRO-1545

[jira] [Updated] (AVRO-1545) python bindings for avro discard customized type information for primitive types

2014-07-15 Thread Dustin Spicuzza (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Spicuzza updated AVRO-1545: -- Attachment: primitive.patch Patch for issue. python bindings for avro discard customized

[jira] [Updated] (AVRO-1545) python bindings for avro discard customized type information for primitive types

2014-07-15 Thread Dustin Spicuzza (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Spicuzza updated AVRO-1545: -- Status: Patch Available (was: Open) python bindings for avro discard customized type

[jira] [Comment Edited] (AVRO-1540) C++ doesn't build in Ubuntu

2014-07-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062267#comment-14062267 ] Doug Cutting edited comment on AVRO-1540 at 7/15/14 4:27 PM: -

[jira] [Updated] (AVRO-1540) C++ doesn't build in Ubuntu

2014-07-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-1540: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision

[jira] [Updated] (AVRO-1448) Python3 setup.py is broken

2014-07-15 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1448: --- Attachment: AVRO-1448-fix.patch A test is now failing for me due to this change. The attached patch

[jira] [Commented] (AVRO-1531) Assignment missing in AvroDatumConverterFactory

2014-07-15 Thread Jian Jiang (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063015#comment-14063015 ] Jian Jiang commented on AVRO-1531: -- As indicated above the statement after if (isMapOnly)

[jira] [Commented] (AVRO-1448) Python3 setup.py is broken

2014-07-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063073#comment-14063073 ] Thiruvalluvan M. G. commented on AVRO-1448: --- The change does not affect

[jira] [Updated] (AVRO-1448) Python3 setup.py is broken

2014-07-15 Thread Christophe Taton (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated AVRO-1448: --- Attachment: AVRO-1448.diff Here's a patch that makes the JSON comparison more robust (by

[jira] [Commented] (AVRO-1448) Python3 setup.py is broken

2014-07-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063087#comment-14063087 ] Thiruvalluvan M. G. commented on AVRO-1448: --- +1 Great! Thanks. Python3