[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057147#comment-15057147 ] Hudson commented on AVRO-1584: -- SUCCESS: Integrated in AvroJava #560 (See

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057074#comment-15057074 ] Doug Cutting commented on AVRO-1584: Ryan, your patch looks good to me. +1 > Json output doesn't

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057087#comment-15057087 ] Ryan Blue commented on AVRO-1584: - Committed. Thanks for taking a look, Doug! > Json output doesn't

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057086#comment-15057086 ] ASF subversion and git services commented on AVRO-1584: --- Commit 1720055 from

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057097#comment-15057097 ] Ryan Blue commented on AVRO-1584: - [~lemieud], thank you for your work to get this addressed! I think that

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057042#comment-15057042 ] Ryan Blue commented on AVRO-1584: - Thanks for the context, Doug. I agree that we shouldn't change the

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread David Lemieux (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057312#comment-15057312 ] David Lemieux commented on AVRO-1584: - [~rdblue] My pleasure. I agree that is should fix my problem.

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056779#comment-15056779 ] Doug Cutting commented on AVRO-1584: Ryan, I agree this is a bug in the current implementation.

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056532#comment-15056532 ] Doug Cutting commented on AVRO-1584: The problem you originally cite (question marks in output) is

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056701#comment-15056701 ] Ryan Blue commented on AVRO-1584: - It looks like the conversion used for default values is independent of

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049388#comment-15049388 ] Ryan Blue commented on AVRO-1584: - I think using a helper library would be good. My main concern here is

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15047650#comment-15047650 ] Ryan Blue commented on AVRO-1584: - David, you're right. There are actually two different code paths to

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-08 Thread David Lemieux (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15047821#comment-15047821 ] David Lemieux commented on AVRO-1584: - Ryan, I am not quite sure what you mean by Fixed. Are you

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-03 Thread David Lemieux (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038447#comment-15038447 ] David Lemieux commented on AVRO-1584: - Hi Ryan, Re-reading the bug, I realize there is some confusion.

[jira] [Commented] (AVRO-1584) Json output doesn't generate base64 for byte arrays

2015-12-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038210#comment-15038210 ] Ryan Blue commented on AVRO-1584: - I agree that this seems like a bug, but while looking at AVRO-1746