Query regarding the Avro Schema

2016-08-03 Thread Nirav Bakori
Hi - I have one question about AVRO schema, I just want to change the AVRO schema in existing AVRO file. is there any API or possible way so we can achieve this behavior. Thanks, Nirav Bakori SE - Informatica LLC

[jira] [Resolved] (AVRO-1893) UUIDs are deserialized into Strings and not UUIDs

2016-08-03 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goyal resolved AVRO-1893. Resolution: Fixed Thanks [~rdblue], This fixes this issue. > UUIDs are deserialized into Strings

[jira] [Commented] (AVRO-1893) UUIDs are deserialized into Strings and not UUIDs

2016-08-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15406565#comment-15406565 ] Ryan Blue commented on AVRO-1893: - It looks like you're using a different {{ReflectData}} instance to read

Re: verifying the build instructions

2016-08-03 Thread Sean Busbey
sweet. I'll pull down an updated repo tonight and restart the run. On Wed, Aug 3, 2016 at 11:41 AM, Ryan Blue wrote: > Sorry about this, I ran into it the last time and forgot to fix the problem. > > The addition of the dev-tools Java module (AVRO-1838) to run

[jira] [Updated] (AVRO-1893) UUIDs are deserialized into Strings and not UUIDs

2016-08-03 Thread Sachin Goyal (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sachin Goyal updated AVRO-1893: --- Attachment: TestUuidFields.java > UUIDs are deserialized into Strings and not UUIDs >

[jira] [Created] (AVRO-1893) UUIDs are deserialized into Strings and not UUIDs

2016-08-03 Thread Sachin Goyal (JIRA)
Sachin Goyal created AVRO-1893: -- Summary: UUIDs are deserialized into Strings and not UUIDs Key: AVRO-1893 URL: https://issues.apache.org/jira/browse/AVRO-1893 Project: Avro Issue Type: Bug

[jira] [Commented] (AVRO-1891) Generated Java code fails with union containing logical type

2016-08-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15406302#comment-15406302 ] Ryan Blue commented on AVRO-1891: - I'm not sure that is entirely correct. GenericData methods handle most

Re: verifying the build instructions

2016-08-03 Thread Ryan Blue
Sorry about this, I ran into it the last time and forgot to fix the problem. The addition of the dev-tools Java module (AVRO-1838) to run checkstyle isn't compatible with our current script. I think the easiest thing to do is to revert the changes that added the module and instead patch the

verifying the build instructions

2016-08-03 Thread Sean Busbey
This weekend I tried getting my ASF release machine to do a full build, in prep for a 1.8 RC. I followed the instructions in BUILD.txt to use docker to handle the dependencies. Once I was in the docker shell, I tried both `./build.sh test` and `./build.sh dist` and both failed while trying to

[jira] [Comment Edited] (AVRO-1891) Generated Java code fails with union containing logical type

2016-08-03 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405931#comment-15405931 ] Yibing Shi edited comment on AVRO-1891 at 8/3/16 1:46 PM: -- Had a quick look at

[jira] [Commented] (AVRO-1891) Generated Java code fails with union containing logical type

2016-08-03 Thread Yibing Shi (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405931#comment-15405931 ] Yibing Shi commented on AVRO-1891: -- Had a quick look at this. The scope of this problem is bigger than I