Re: [DISCUSS] 1.8.2 RCs on or about july 7th?

2016-07-05 Thread Ryan Blue
as well but please > don't worry if things don't make it into 1.8.2. I'm going to start pushing > to get us on a monthly release cadence, so there should be plenty of > additional chances for your work to get into a release. > > - > busbey > -- Ryan Blue Software Engineer Netflix

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-06-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15353737#comment-15353737 ] Ryan Blue commented on AVRO-1704: - I agree that the current interface is wide. I think we should have

[jira] [Resolved] (AVRO-1869) Decimal conversion from ByteBuffer ignores buffer position and limit

2016-06-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1869. - Resolution: Fixed Merged #102. Thanks for reviewing [~busbey]! > Decimal conversion from ByteBuf

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-06-27 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352355#comment-15352355 ] Ryan Blue commented on AVRO-1704: - [~nielsbasjes], sorry it's taken so long for me to get back to you

[jira] [Commented] (AVRO-1869) Decimal conversion from ByteBuffer ignores buffer position and limit

2016-06-27 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352293#comment-15352293 ] Ryan Blue commented on AVRO-1869: - [~busbey], [~Yibing], you guys are probably interested

[jira] [Created] (AVRO-1869) Decimal conversion from ByteBuffer ignores buffer position and limit

2016-06-27 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1869: --- Summary: Decimal conversion from ByteBuffer ignores buffer position and limit Key: AVRO-1869 URL: https://issues.apache.org/jira/browse/AVRO-1869 Project: Avro Issue

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15345259#comment-15345259 ] Ryan Blue commented on AVRO-1847: - Thanks, sorry about missing your note before. This looks good to me

[jira] [Commented] (AVRO-1867) branch-1.8 needs to be updated to 1.8.2-SNAPSHOT

2016-06-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15345257#comment-15345257 ] Ryan Blue commented on AVRO-1867: - +1 Thanks for volunteering to be release manager! > branch-1.8 ne

[jira] [Commented] (AVRO-1865) GenericData.Array class missing no arg constructor for Kryo serialization

2016-06-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15344683#comment-15344683 ] Ryan Blue commented on AVRO-1865: - The schema needs to be there, but for Kryo will be set during

[jira] [Commented] (AVRO-1865) GenericData.Array class missing no arg constructor for Kryo serialization

2016-06-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15342267#comment-15342267 ] Ryan Blue commented on AVRO-1865: - Adding a default constructor sounds fine to me, but I don't think

[jira] [Resolved] (AVRO-1864) Decimal conversion should convert values with scale less than intended scale instead of erroring.

2016-06-20 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1864. - Resolution: Won't Fix Assignee: Ryan Blue > Decimal conversion should convert values with scale l

[jira] [Commented] (AVRO-1864) Decimal conversion should convert values with scale less than intended scale instead of erroring.

2016-06-20 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15339964#comment-15339964 ] Ryan Blue commented on AVRO-1864: - [~tsc...@cloudera.com], implementing what you suggest here would

[jira] [Commented] (AVRO-1862) AvroOutputFormat saves compressed avrò files without respecting codec's default extension

2016-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332138#comment-15332138 ] Ryan Blue commented on AVRO-1862: - [~wikp], isn't {{.avro}} the correct extension? You're writing the Avro

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332090#comment-15332090 ] Ryan Blue commented on AVRO-1847: - I'm not suggesting we change it to private, but leave it as-is. I'm

[jira] [Commented] (AVRO-1863) Data Type Issue in AVRO

2016-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332024#comment-15332024 ] Ryan Blue commented on AVRO-1863: - [~spencer.har...@aviva.com], I don't think this is an Avro bug

[jira] [Resolved] (AVRO-1863) Data Type Issue in AVRO

2016-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1863. - Resolution: Not A Problem > Data Type Issue in AVRO > --- > >

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15330700#comment-15330700 ] Ryan Blue commented on AVRO-1847: - I think this logic should just apply the conversions if they are present

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15329708#comment-15329708 ] Ryan Blue commented on AVRO-1847: - I think there should also be a test for this to make sure logical types

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15328006#comment-15328006 ] Ryan Blue commented on AVRO-1847: - I think you're right. In that case, we could have a common method

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15327928#comment-15327928 ] Ryan Blue commented on AVRO-1847: - I don't think that there was a chance of a ClassCastException prior

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15327910#comment-15327910 ] Ryan Blue commented on AVRO-1847: - Sounds fine to me. > IDL compiler uses ByteBuffer for decimal type e

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15327808#comment-15327808 ] Ryan Blue commented on AVRO-1847: - Agreed. The default behavior is to use the date/time logical types

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15327802#comment-15327802 ] Ryan Blue commented on AVRO-1847: - On the write path, the object's class is part of the conversion lookup

[jira] [Commented] (AVRO-1861) Avro Schema parser treats Avro float type as Java Double for default values

2016-06-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15322882#comment-15322882 ] Ryan Blue commented on AVRO-1861: - Sounds reasonable to me. If you want to submit a PR for this, I'll

[jira] [Commented] (AVRO-1857) GenericDatumWriter.write using BufferedBinaryEncoder leaves ByteBuffer in indeterminate state

2016-06-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312505#comment-15312505 ] Ryan Blue commented on AVRO-1857: - I agree, this sounds incorrect. Do you have a fix for the bug? I'll

[jira] [Commented] (AVRO-1741) Python 3 code should check if avro.codec is None before decoding

2016-06-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15312500#comment-15312500 ] Ryan Blue commented on AVRO-1741: - Merged. Thanks for contributing the fix [~matterhayes]! The command

Re: Need review/merges for couple of pull requests

2016-06-01 Thread Ryan Blue
ir base-class would be difficult. > Is there a way to do this without making the classes extend the LogicalType > ? > > SG > > > On Wed, Jun 1, 2016 at 3:29 PM, Ryan Blue <rb...@netflix.com.invalid> > wrote: > > > SG, > > > > The example/test I b

Re: Need review/merges for couple of pull requests

2016-06-01 Thread Ryan Blue
encoder); > encoder.flush(); > byte[] bytes = byteArrayOutputStream.toByteArray(); > > assertTrue( bytes != null ); > } > } > > class ListNode > { > String data; > ListNode next; > > public ListNode() { > } >

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-06-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15310618#comment-15310618 ] Ryan Blue commented on AVRO-1847: - Sorry, I haven't had time for an in-depth review of this lately

[jira] [Commented] (AVRO-1461) Distribute Perl API on CPAN

2016-06-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15310592#comment-15310592 ] Ryan Blue commented on AVRO-1461: - Sounds good to me. Would someone like to find out what it takes

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2016-05-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308563#comment-15308563 ] Ryan Blue commented on AVRO-607: Yeah, the [{{getSchema}}|https://github.com/apache/avro/blob/master/lang

[jira] [Commented] (AVRO-607) SpecificData.getSchema not thread-safe

2016-05-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308534#comment-15308534 ] Ryan Blue commented on AVRO-607: Yes, this is still open. We've added guava, so we just need to convert

[jira] [Updated] (AVRO-607) SpecificData.getSchema not thread-safe

2016-05-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-607: --- Fix Version/s: 1.8.2 > SpecificData.getSchema not thread-s

[jira] [Updated] (AVRO-607) SpecificData.getSchema not thread-safe

2016-05-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-607: --- Affects Version/s: 1.8.1 > SpecificData.getSchema not thread-s

[jira] [Commented] (AVRO-1855) Avro-mapred not evaluating map schema correctly when values are expected to be strings

2016-05-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15306789#comment-15306789 ] Ryan Blue commented on AVRO-1855: - Thanks for reporting this, [~mikkokupsu]. Can you help me understand how

[jira] [Commented] (AVRO-1854) NPE on recursive datatype in JSON encoder

2016-05-27 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15304630#comment-15304630 ] Ryan Blue commented on AVRO-1854: - [~dkaminsky], this looks like AVRO-1667. Could you try using 1.8.1

[jira] [Commented] (AVRO-1833) Release 1.8.1

2016-05-24 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15298338#comment-15298338 ] Ryan Blue commented on AVRO-1833: - I ran into issues with the js publication, but not related to npm. Looks

Volunteer needed: release manager for 1.8.2

2016-05-23 Thread Ryan Blue
months to track issues for 1.8.2 and we can get them fixed instead of scrambling just before the release. It shouldn't be a large time commitment this way. Anyone want to volunteer? rb -- Ryan Blue

[jira] [Resolved] (AVRO-1833) Release 1.8.1

2016-05-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1833. - Resolution: Fixed > Release 1.8.1 > - > > Key: AVRO-1833 >

[ANNOUNCE] Avro release 1.8.1

2016-05-23 Thread Ryan Blue
to everyone for contributing! -- Ryan Blue

[jira] [Commented] (AVRO-1833) Release 1.8.1

2016-05-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296660#comment-15296660 ] Ryan Blue commented on AVRO-1833: - Thanks! I'll get those updated. > Release 1.

[jira] [Work started] (AVRO-1833) Release 1.8.1

2016-05-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-1833 started by Ryan Blue. --- > Release 1.8.1 > - > > Key: AVRO-1833 >

1.8.1 released! (Almost)

2016-05-21 Thread Ryan Blue
I've pushed the changes for the 1.8.1 release. I don't have permission to push to npm, rubygems, or pypi yet so those are still pending. I'll send out the formal announcement tomorrow when mirrors are updated. Thanks, everyone! rb -- Ryan Blue

[jira] [Updated] (AVRO-1810) GenericDatumWriter broken with Enum

2016-05-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1810: Fix Version/s: (was: 1.8.1) > GenericDatumWriter broken with E

[jira] [Updated] (AVRO-1849) C++ printJson fails on record with no fields

2016-05-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1849: Fix Version/s: (was: 1.8.1) > C++ printJson fails on record with no fie

[jira] [Commented] (AVRO-1833) Release 1.8.1

2016-05-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15295286#comment-15295286 ] Ryan Blue commented on AVRO-1833: - [~tomwhite], can you add me as a maintainer for Avro on RubyGems

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-19 Thread Ryan Blue
oop interfaces. > > I wanted to run some tests for a project that uses Avro, but it looks like > the Maven repo does not have the artifacts yet (needs closing?). > > Cheers, > Tom > > On Sun, May 15, 2016 at 2:38 AM, Ryan Blue <b...@apache.org> wrote: > > > Hi

[jira] [Commented] (AVRO-1847) IDL compiler uses ByteBuffer for decimal type even if logical type is supported

2016-05-18 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15289414#comment-15289414 ] Ryan Blue commented on AVRO-1847: - Thanks for working on this, [~Yibing]. For specific, we have to do a bit

[jira] [Commented] (AVRO-1703) Specific record should not only be determined by presence of SCHEMA$ field

2016-05-17 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15287402#comment-15287402 ] Ryan Blue commented on AVRO-1703: - Thanks, Trent. I haven't been following this one. What is the problem

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-17 Thread Ryan Blue
I was able to get the convenience binaries for Java staged this morning. You can find them here: https://repository.apache.org/content/groups/staging/org/apache/avro/ And please remember to vote! rb On Tue, May 17, 2016 at 8:26 AM, Ryan Blue <rb...@netflix.com> wrote: > I'm sti

[jira] [Commented] (AVRO-1846) Memory alignment issue causing crash on Solaris on Sparc

2016-05-17 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15286862#comment-15286862 ] Ryan Blue commented on AVRO-1846: - [~jocoda], thanks for reporting this. It looks like the problem

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-17 Thread Ryan Blue
source), and also that the hadoop1 and hadoop2 JARs were > built against the corresponding Hadoop interfaces. > > I wanted to run some tests for a project that uses Avro, but it looks like > the Maven repo does not have the artifacts yet (needs closing?). > > Cheers, > Tom > >

[jira] [Assigned] (AVRO-1833) Release 1.8.1

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue reassigned AVRO-1833: --- Assignee: Ryan Blue > Release 1.8.1 > - > > Ke

[jira] [Updated] (AVRO-1684) Add date, time, and timestamp to specific object model classes

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1684: Resolution: Fixed Fix Version/s: 1.8.1 Status: Resolved (was: Patch Available) I just

[jira] [Resolved] (AVRO-1845) Invoking toString() method unexpectedly modified the avro record.

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1845. - Resolution: Duplicate Fix Version/s: 1.8.1 > Invoking toString() method unexpectedly modif

[jira] [Commented] (AVRO-1845) Invoking toString() method unexpectedly modified the avro record.

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15283670#comment-15283670 ] Ryan Blue commented on AVRO-1845: - The author of PR #88 has replied and said that this is a duplicate

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1807: Resolution: Fixed Fix Version/s: 1.8.1 Status: Resolved (was: Patch Available

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15283668#comment-15283668 ] Ryan Blue commented on AVRO-1807: - I merged the patch to give a better warning rather than silently

Re: 1.8.1 release

2016-05-13 Thread Ryan Blue
is a pull request on github that involves data corruption. > > Niels > > On Mon, May 9, 2016 at 5:36 PM, Ryan Blue <b...@apache.org> wrote: > > > Hi everyone, > > > > Just wanted to post an update on the 1.8.1 release. The release issue, > > AVRO-1

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15280735#comment-15280735 ] Ryan Blue commented on AVRO-1807: - Since this is a really small change, I'll commit it to unblock the 1.8.1

Re: Bug in Avro or bug in Pig?

2016-05-11 Thread Ryan Blue
/ivy and the maven repo for the Avro trevni library. > > I haven't been able to spot any differences yet between those two versions > that may cause this. > > Where do you expect the cause of this problem is? > > -- > Best regards / Met vriendelijke groeten, > > Niels Basjes > -- Ryan Blue

[jira] [Commented] (AVRO-1841) Automatically verify the commit messages

2016-05-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15278581#comment-15278581 ] Ryan Blue commented on AVRO-1841: - Yeah, +1. > Automatically verify the commit messa

Re: [GitHub] avro pull request: AVRO-1568: Allow Java polymorphism in Avro for ...

2016-05-09 Thread Ryan Blue
not working, > please > > contact infrastructure at infrastruct...@apache.org or file a JIRA > ticket > > with INFRA. > > --- > > > -- Ryan Blue Software Engineer Netflix

[jira] [Commented] (AVRO-1841) Automatically verify the commit messages

2016-05-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276529#comment-15276529 ] Ryan Blue commented on AVRO-1841: - I'm just pointing out another way I've seen it done, I don't have

1.8.1 release

2016-05-09 Thread Ryan Blue
://issues.apache.org/jira/browse/AVRO-1833 -- Ryan Blue

[jira] [Commented] (AVRO-1582) Json serialization of nullable fileds and fields with default values improvement.

2016-05-09 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15276486#comment-15276486 ] Ryan Blue commented on AVRO-1582: - The now-abandoned Kite project has quite a bit of useful code

[jira] [Updated] (AVRO-1684) Add date, time, and timestamp to specific object model classes

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1684: Fix Version/s: (was: 1.7.8) Status: Patch Available (was: Open) > Add date, t

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1807: Assignee: Ryan Blue Affects Version/s: (was: 1.8.1) 1.8.0

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1807: Attachment: AVRO-1807.1.patch > NullPointerException from Json.ObjectWri

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275869#comment-15275869 ] Ryan Blue commented on AVRO-1807: - [~thms], from looking at that stack trace, it looks like the object you

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275786#comment-15275786 ] Ryan Blue commented on AVRO-1840: - This looks good to me. +1 > Ensure that build.sh clean really cle

[jira] [Commented] (AVRO-1838) Ensure Checkstyle enforces trailing spaces rule

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275783#comment-15275783 ] Ryan Blue commented on AVRO-1838: - I just committed this. Thanks [~nielsbasjes]! > Ensure Checkst

[jira] [Commented] (AVRO-1838) Ensure Checkstyle enforces trailing spaces rule

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275782#comment-15275782 ] Ryan Blue commented on AVRO-1838: - Sounds fine to me. Looks like it keeps the checkstyle stuff all

[jira] [Updated] (AVRO-1838) Ensure Checkstyle enforces trailing spaces rule

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1838: Resolution: Fixed Status: Resolved (was: Patch Available) > Ensure Checkstyle enforces trail

[jira] [Commented] (AVRO-1841) Automatically verify the commit messages

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275779#comment-15275779 ] Ryan Blue commented on AVRO-1841: - For the Parquet project, we have a [commit script|https://github.com

[jira] [Commented] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15275770#comment-15275770 ] Ryan Blue commented on AVRO-1711: - I just committed this. Thanks [~zolyfarkas] and [~thiru_mg

[jira] [Updated] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-05-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1711: Resolution: Fixed Fix Version/s: 1.8.1 Status: Resolved (was: Patch Available

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273127#comment-15273127 ] Ryan Blue commented on AVRO-1840: - And {{lang/js/node_modules}}. > Ensure that build.sh clean rea

[jira] [Commented] (AVRO-1840) Ensure that build.sh clean really cleans all generated files

2016-05-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273124#comment-15273124 ] Ryan Blue commented on AVRO-1840: - Yeah, I agree. > Ensure that build.sh clean really cleans all genera

[jira] [Commented] (AVRO-1704) Standardized format for encoding messages with Avro

2016-05-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268928#comment-15268928 ] Ryan Blue commented on AVRO-1704: - Yeah, sorry about not replying yet. I haven't gotten a great chance

Re: Adding myself to the "Credits" page ?

2016-05-03 Thread Ryan Blue
+1/+2 depending on summertime > > I also noticed that for example Ryan is not on that list also. > > -- > Best regards / Met vriendelijke groeten, > > Niels Basjes > -- Ryan Blue Software Engineer Netflix

[jira] [Commented] (AVRO-1836) avro schema compatibility checking does not work for records.

2016-05-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15267079#comment-15267079 ] Ryan Blue commented on AVRO-1836: - [~ccuiy...@gmail.com], I think the [Schema.Parser javadoc|https

[jira] [Resolved] (AVRO-1836) avro schema compatibility checking does not work for records.

2016-05-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1836. - Resolution: Not A Problem > avro schema compatibility checking does not work for reco

[jira] [Commented] (AVRO-1828) Add EditorConfig file

2016-05-02 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266732#comment-15266732 ] Ryan Blue commented on AVRO-1828: - +1, I wouldn't want to have that big of a patch outstanding for long

[jira] [Commented] (AVRO-1711) JsonDecoder.skipChildren skips more than it should.

2016-05-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265974#comment-15265974 ] Ryan Blue commented on AVRO-1711: - [~thiru_mg], your patch accidentally added a space on the break line

[jira] [Commented] (AVRO-1828) Add EditorConfig file

2016-05-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265922#comment-15265922 ] Ryan Blue commented on AVRO-1828: - Looks like a lot of changes were needed. Should we also update

[jira] [Commented] (AVRO-1835) Running tests using JDK 1.8 complains about MaxPermSize

2016-04-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262386#comment-15262386 ] Ryan Blue commented on AVRO-1835: - +1. The patch works for me to get rid of those warnings. > Runn

[jira] [Commented] (AVRO-1814) 1.8 IDL generator broken when containing a field called 'org'

2016-04-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262375#comment-15262375 ] Ryan Blue commented on AVRO-1814: - +1. Thanks for fixing this! > 1.8 IDL generator broken when contain

[jira] [Commented] (AVRO-1213) Dependency on Jetty Servlet API in IPC

2016-04-27 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15260631#comment-15260631 ] Ryan Blue commented on AVRO-1213: - [~b...@benmccann.com], that sounds fine to me. What is the benefit

[jira] [Commented] (AVRO-1814) 1.8 IDL generator broken when containing a field called 'org'

2016-04-25 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15256537#comment-15256537 ] Ryan Blue commented on AVRO-1814: - Looks mostly good to me. But why change the test that was using

[jira] [Commented] (AVRO-1835) Running tests using JDK 1.8 complains about MaxPermSize

2016-04-25 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15256529#comment-15256529 ] Ryan Blue commented on AVRO-1835: - We still support Java 7, so it makes sense to keep the setting since

[jira] [Commented] (AVRO-1834) Lower the Javadoc warnings on the generated code.

2016-04-25 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15256523#comment-15256523 ] Ryan Blue commented on AVRO-1834: - +1 > Lower the Javadoc warnings on the generated c

[jira] [Commented] (AVRO-1705) Set up Jenkins job to test all languages using Docker

2016-04-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254146#comment-15254146 ] Ryan Blue commented on AVRO-1705: - Sounds reasonable to me. > Set up Jenkins job to test all langua

[jira] [Commented] (AVRO-1705) Set up Jenkins job to test all languages using Docker

2016-04-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15254119#comment-15254119 ] Ryan Blue commented on AVRO-1705: - Is this the right approach to CI? I think we should consider per

[jira] [Updated] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1807: Description: /* I posted this bug already to the dev-mailinglist [4]. Reporting it here again only to make

[jira] [Commented] (AVRO-1807) NullPointerException from Json.ObjectWriter

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252217#comment-15252217 ] Ryan Blue commented on AVRO-1807: - Linking is under the "More" drop-down menu. Thanks for pointin

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Ryan Blue
wrote: > > > > +1 > > > > I agree both that we should have a regular release schedule, and that a > > 3-month cycle in particular is a good one to aim for. > > > > cheers > > –doug > > > > On Thu, Apr 21, 2016, at 12:23 AM, Ryan Blue wrot

[jira] [Commented] (AVRO-1833) Release 1.8.1

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252181#comment-15252181 ] Ryan Blue commented on AVRO-1833: - I'm adding AVRO-1684. I've seen quite a few requests for it. > Rele

[jira] [Commented] (AVRO-1832) Invoking toString() method unexpectedly modified the avro record.

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252166#comment-15252166 ] Ryan Blue commented on AVRO-1832: - We're discussing the 1.8.1 release on the mailing list and want

[jira] [Commented] (AVRO-1118) Specifying null as default of a union only works if null is specified as first type in the union

2016-04-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15252163#comment-15252163 ] Ryan Blue commented on AVRO-1118: - Ivan, the default is the one without quotes. {{"null"}} is a

<    1   2   3   4   5   6   7   8   >