[jira] [Commented] (AVRO-1927) If a default value is set, Avro allows null values in non-nullable fields.

2018-07-17 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16547243#comment-16547243 ] Ryan Blue commented on AVRO-1927: - Sounds like the problem here is actually that there is no validation in

[jira] [Commented] (AVRO-2164) Make Decimal a first class type.

2018-06-26 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16523943#comment-16523943 ] Ryan Blue commented on AVRO-2164: - First class types are difficult to add because they break the format's

[jira] [Commented] (AVRO-2164) Make Decimal a first class type.

2018-03-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411698#comment-16411698 ] Ryan Blue commented on AVRO-2164: - The current decimal type is a fixed scale, so you use the same scale for

[jira] [Commented] (AVRO-2164) Make Decimal a first class type.

2018-03-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411615#comment-16411615 ] Ryan Blue commented on AVRO-2164: - [~hp9000], I don't follow. How is it lossy? What is "kind of" lossy? >

[jira] [Commented] (AVRO-2164) Make Decimal a first class type.

2018-03-23 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411572#comment-16411572 ] Ryan Blue commented on AVRO-2164: - I disagree that the current format is lossy. The decimal scale is stored

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2017-12-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16282158#comment-16282158 ] Ryan Blue commented on AVRO-1605: - I don't think Avro should use accessors or friend packages, so I'm -1 on

[jira] [Commented] (AVRO-2021) uuid logical type is not documented

2017-11-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16242524#comment-16242524 ] Ryan Blue commented on AVRO-2021: - [~nkollar], thanks for pointing out this issue. I think we should

[jira] [Commented] (AVRO-1962) Support UUID logical type

2017-11-06 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240598#comment-16240598 ] Ryan Blue commented on AVRO-1962: - There is no UUID logical type in the Avro spec, which means that there

[jira] [Commented] (AVRO-2099) Decimal precision is ignored

2017-10-25 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16219208#comment-16219208 ] Ryan Blue commented on AVRO-2099: - I agree, the deserializer shouldn't fail. Decimals with the wrong scale

[jira] [Commented] (AVRO-2099) Decimal precision is ignored

2017-10-24 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16217132#comment-16217132 ] Ryan Blue commented on AVRO-2099: - With decimals, rounding changes the value. 12.34 is not equal to 12.340.

[jira] [Commented] (AVRO-1672) Add logical types and conversions for date, time, and timestamp.

2017-06-20 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16056001#comment-16056001 ] Ryan Blue commented on AVRO-1672: - [~DeaconDesperado], contributions are always welcome! Feel free to open

[jira] [Commented] (AVRO-2042) Can't reliably write decimal/BigDecimal values to file

2017-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050899#comment-16050899 ] Ryan Blue commented on AVRO-2042: - Here's a pretty good primer on Java's BigDecimal type:

[jira] [Resolved] (AVRO-2042) Can't reliably write decimal/BigDecimal values to file

2017-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-2042. - Resolution: Not A Problem Assignee: Ryan Blue > Can't reliably write decimal/BigDecimal values to

[jira] [Commented] (AVRO-2042) Can't reliably write decimal/BigDecimal values to file

2017-06-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050746#comment-16050746 ] Ryan Blue commented on AVRO-2042: - The problem is that you're converting floats, which causes the

[jira] [Commented] (AVRO-2023) backport and update license fixes for branch-1.7

2017-05-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15997081#comment-15997081 ] Ryan Blue commented on AVRO-2023: - Every release tarball or artifact should have a LICENSE and NOTICE file.

[jira] [Commented] (AVRO-2023) backport and update license fixes for branch-1.7

2017-05-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15991065#comment-15991065 ] Ryan Blue commented on AVRO-2023: - You can add the license files to the RAT excludes. For the JS files,

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

2017-03-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15945493#comment-15945493 ] Ryan Blue commented on AVRO-1684: - We should definitely mark 1.8.1 as incompatible. Is it possible to fix

[jira] [Commented] (AVRO-1738) add java tool for outputting schema fingerprints

2017-02-22 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15878844#comment-15878844 ] Ryan Blue commented on AVRO-1738: - The content in NOTICE should be in LICENSE as a third-party work, and

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-12-06 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725964#comment-15725964 ] Ryan Blue commented on AVRO-1605: - I think the second option is the right one. Accessors can be used as an

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-12-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722949#comment-15722949 ] Ryan Blue commented on AVRO-1605: - To keep a patch small, we can break it across multiple issues. I'd

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-12-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722928#comment-15722928 ] Ryan Blue commented on AVRO-1885: - Another that would be nice to get in: AVRO-1957 > Release 1.8.2 >

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-12-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15712519#comment-15712519 ] Ryan Blue commented on AVRO-1885: - I agree, we'll get those in the next RC. > Release 1.8.2 >

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

2016-12-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15712516#comment-15712516 ] Ryan Blue commented on AVRO-1704: - You mean erring on the side of caution and using a larger hash? I don't

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

2016-12-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15712508#comment-15712508 ] Ryan Blue commented on AVRO-1704: - With a spec like this, we want to be careful about having too many

[jira] [Commented] (AVRO-1957) TimeConversions do not implement getRecommendedSchema()

2016-11-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15709886#comment-15709886 ] Ryan Blue commented on AVRO-1957: - I'll review this for inclusion. Thanks for following up. >

[jira] [Commented] (AVRO-1950) Better Json serialization for Avro decimal logical types?

2016-11-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15644670#comment-15644670 ] Ryan Blue commented on AVRO-1950: - I think String is the right encoding for Decimal in JSON. Otherwise, the

[jira] [Updated] (AVRO-1856) Update ConcatTool to support appending to an input file instead of creating a new output file

2016-11-07 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1856: Fix Version/s: (was: 1.8.2) > Update ConcatTool to support appending to an input file instead of

[jira] [Commented] (AVRO-1950) Better Json serialization for Avro decimal logical types?

2016-11-06 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15642430#comment-15642430 ] Ryan Blue commented on AVRO-1950: - I've been thinking about this and I think maybe what we should do is to

[jira] [Updated] (AVRO-1626) Missing lang/csharp/src/apache/perf/app.config

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1626: Fix Version/s: (was: 1.8.2) 1.9.0 > Missing lang/csharp/src/apache/perf/app.config >

[jira] [Reopened] (AVRO-1626) Missing lang/csharp/src/apache/perf/app.config

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue reopened AVRO-1626: - This patch caused the 1.8.2 tests to fail in docker. I'm pushing it out of the 1.8.2 release, we can fix it

[jira] [Resolved] (AVRO-1951) Python tests fail because dummyserver.net no longer exists.

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1951. - Resolution: Fixed > Python tests fail because dummyserver.net no longer exists. >

[jira] [Created] (AVRO-1951) Python tests fail because dummyserver.net no longer exists.

2016-11-05 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1951: --- Summary: Python tests fail because dummyserver.net no longer exists. Key: AVRO-1951 URL: https://issues.apache.org/jira/browse/AVRO-1951 Project: Avro Issue Type:

[jira] [Updated] (AVRO-1897) clean checkout fails when following BUILD.txt instructions for test

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1897: Resolution: Fixed Status: Resolved (was: Patch Available) Merged. Thanks for fixing this,

[jira] [Updated] (AVRO-1907) Add logging to logical type handling in java library

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

[jira] [Commented] (AVRO-1626) Missing lang/csharp/src/apache/perf/app.config

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15640463#comment-15640463 ] Ryan Blue commented on AVRO-1626: - Merged the fix from Naruto. I don't see a JIRA account, so I'm leaving

[jira] [Resolved] (AVRO-1626) Missing lang/csharp/src/apache/perf/app.config

2016-11-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1626. - Resolution: Fixed Fix Version/s: 1.8.2 > Missing lang/csharp/src/apache/perf/app.config >

[jira] [Updated] (AVRO-1882) ConcurrentHashMap with non-string keys fails in Java 1.8

2016-10-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1882: Assignee: Sachin Goyal > ConcurrentHashMap with non-string keys fails in Java 1.8 >

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-10-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15620519#comment-15620519 ] Ryan Blue commented on AVRO-1605: - This is looking better, but I'd like to see more justification for the

[jira] [Commented] (AVRO-1945) Python float deviation

2016-10-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15620467#comment-15620467 ] Ryan Blue commented on AVRO-1945: - Your problem has to do with how values are represented. It isn't that

[jira] [Resolved] (AVRO-1945) Python float deviation

2016-10-28 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1945. - Resolution: Not A Bug > Python float deviation > -- > > Key: AVRO-1945

[jira] [Commented] (AVRO-1897) clean checkout fails when following BUILD.txt instructions for test

2016-10-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15576043#comment-15576043 ] Ryan Blue commented on AVRO-1897: - Looks fine to me. > clean checkout fails when following BUILD.txt

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-10-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15572177#comment-15572177 ] Ryan Blue commented on AVRO-1885: - [~busbey], are we close to a release candidate? I don't think any of the

[jira] [Commented] (AVRO-1897) clean checkout fails when following BUILD.txt instructions for test

2016-10-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15572170#comment-15572170 ] Ryan Blue commented on AVRO-1897: - Is this still a problem? And if so, does it need to block the 1.8.2

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-10-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15565892#comment-15565892 ] Ryan Blue commented on AVRO-1605: - Because I don't think accessors are a good practice, I think that we

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-10-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15565867#comment-15565867 ] Ryan Blue commented on AVRO-1605: - [~gszadovszky], sorry about not getting back to this before now. >

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-10-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15542684#comment-15542684 ] Ryan Blue commented on AVRO-1605: - My concern isn't that this is public; I see that these classes are in

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

2016-10-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15542660#comment-15542660 ] Ryan Blue commented on AVRO-1861: - Since the Avro type is float, can't we just cast the double to a float?

[jira] [Commented] (AVRO-1605) Remove Jackson classes from public API

2016-10-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15542652#comment-15542652 ] Ryan Blue commented on AVRO-1605: - If I understand correctly, the motivation behind adding the accessors is

[jira] [Commented] (AVRO-1812) IDL compiler doesn't support logical types

2016-09-30 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537381#comment-15537381 ] Ryan Blue commented on AVRO-1812: - We do have support for types in the IDL, added as part of AVRO-1684. It

[jira] [Resolved] (AVRO-1915) AvroTypeException decoding from earlier schema version

2016-09-21 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1915. - Resolution: Not A Problem Thanks for letting us know you got past this. I'm going to resolve this issue.

[jira] [Updated] (AVRO-1554) Avro should have support for common constructs like UUID and Date

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

[jira] [Commented] (AVRO-1047) Generated Java classes for specific records contain unchecked casts

2016-09-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497026#comment-15497026 ] Ryan Blue commented on AVRO-1047: - [~nielsbasjes], can you check whether this is the same thing that you

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

2016-09-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497024#comment-15497024 ] Ryan Blue commented on AVRO-1684: - Yeah, good idea. Thanks! > Add date, time, and timestamp to specific

[jira] [Commented] (AVRO-1916) Building python version uses wrong version avro-tools.

2016-09-16 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497013#comment-15497013 ] Ryan Blue commented on AVRO-1916: - Can we set this separately to use the last release of avro-tools? The

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-09-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491032#comment-15491032 ] Ryan Blue commented on AVRO-1885: - I reviewed the two PRs you posted. They look good to me, thanks for

[jira] [Commented] (AVRO-1915) AvroTypeException decoding from earlier schema version

2016-09-14 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491022#comment-15491022 ] Ryan Blue commented on AVRO-1915: - These schemas do look compatible to me. Usually when you have trouble

[jira] [Updated] (AVRO-1900) build.sh test fails for dev-tools.jar

2016-09-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1900: Resolution: Fixed Assignee: Ryan Blue (was: Suraj Acharya) Fix Version/s: 1.8.2

[jira] [Updated] (AVRO-1910) Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end of response binary stream - expected {0} more bytes in current chunk", (object)count));

2016-09-13 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1910: Assignee: Jeremy Custenborder > Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end

[jira] [Commented] (AVRO-1843) Clarify importance of writer's schema in documentation

2016-09-12 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15484667#comment-15484667 ] Ryan Blue commented on AVRO-1843: - I'm removing this as a blocker for 1.8.2. It's about ready and I'll

[jira] [Updated] (AVRO-1843) Clarify importance of writer's schema in documentation

2016-09-12 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1843: Fix Version/s: (was: 1.8.2) (was: 1.7.8) > Clarify importance of writer's schema

[jira] [Updated] (AVRO-1873) avro gem doesn't compatible with other languages with snappy compression

2016-09-12 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1873: Resolution: Fixed Status: Resolved (was: Patch Available) > avro gem doesn't compatible with other

[jira] [Commented] (AVRO-1912) C++ Resolving Decoding doesn't work if element removed from record in array.

2016-09-12 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15484426#comment-15484426 ] Ryan Blue commented on AVRO-1912: - [~thiru_mg], we're going to be making a 1.8.2 RC soon, so please merge

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-09-11 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15482386#comment-15482386 ] Ryan Blue commented on AVRO-1885: - I don't think you mean AVRO-1887. Is there a different one? > Release

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480739#comment-15480739 ] Ryan Blue commented on AVRO-1885: - I think the remaining 3 issues (excluding AVRO-1811 and AVRO-1843) are

[jira] [Commented] (AVRO-1885) Release 1.8.2

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480736#comment-15480736 ] Ryan Blue commented on AVRO-1885: - In the interest of getting the RC out, I propose we remove AVRO-1811 and

[jira] [Commented] (AVRO-1900) build.sh test fails for dev-tools.jar

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480653#comment-15480653 ] Ryan Blue commented on AVRO-1900: - I posted a fix that moves checkstyle into the lang/java build:

[jira] [Commented] (AVRO-1900) build.sh test fails for dev-tools.jar

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480642#comment-15480642 ] Ryan Blue commented on AVRO-1900: - I think the right way to fix this is to get rid of dev-tools. I flagged

[jira] [Commented] (AVRO-1873) avro gem doesn't compatible with other languages with snappy compression

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480604#comment-15480604 ] Ryan Blue commented on AVRO-1873: - I wrote the same content from Java and from Ruby and hexdumped the

[jira] [Updated] (AVRO-1873) avro gem doesn't compatible with other languages with snappy compression

2016-09-10 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1873: Assignee: Ryan Blue Status: Patch Available (was: Open) > avro gem doesn't compatible with other

[jira] [Resolved] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1908. - Resolution: Fixed Fix Version/s: 1.8.2 1.9.0 > IPC TestSpecificCompiler build is

[jira] [Assigned] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue reassigned AVRO-1908: --- Assignee: Ryan Blue > IPC TestSpecificCompiler build is broken >

[jira] [Commented] (AVRO-1910) Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end of response binary stream - expected {0} more bytes in current chunk", (object)count));

2016-09-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15474189#comment-15474189 ] Ryan Blue commented on AVRO-1910: - [~jcustenborder], can you have a look? > Avro HttpTransceiver.cs -

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

2016-09-06 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467900#comment-15467900 ] Ryan Blue commented on AVRO-1891: - Much the same way, by keeping track of the conversions for the record

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

2016-09-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15465679#comment-15465679 ] Ryan Blue commented on AVRO-1891: - I've posted a PR with the proposed changes. It still needs tests to

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

2016-09-05 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15463687#comment-15463687 ] Ryan Blue edited comment on AVRO-1891 at 9/5/16 4:42 PM: - I think all this requires

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

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15463687#comment-15463687 ] Ryan Blue commented on AVRO-1891: - I think all this requires is keeping a set of conversions that should be

[jira] [Updated] (AVRO-1883) Schema validator cannot find broken backwards compatibility in Union type elements

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1883: Resolution: Fixed Fix Version/s: 1.8.2 1.9.0 Status: Resolved (was:

[jira] [Commented] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15463575#comment-15463575 ] Ryan Blue commented on AVRO-1908: - [~busbey], could you review? Thanks! > IPC TestSpecificCompiler build

[jira] [Created] (AVRO-1908) IPC TestSpecificCompiler build is broken

2016-09-04 Thread Ryan Blue (JIRA)
Ryan Blue created AVRO-1908: --- Summary: IPC TestSpecificCompiler build is broken Key: AVRO-1908 URL: https://issues.apache.org/jira/browse/AVRO-1908 Project: Avro Issue Type: Bug

[jira] [Updated] (AVRO-1874) py3 avro module import upsets logging level in host application

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1874: Resolution: Fixed Status: Resolved (was: Patch Available) Thanks for fixing this, [~torgebo]! I've

[jira] [Updated] (AVRO-1884) Add set source file suffix function for generate non-java file #90

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1884: Resolution: Fixed Status: Resolved (was: Patch Available) Merged #90. Thanks for contributing,

[jira] [Updated] (AVRO-1879) Make conversions field transient in compiled SpecificRecord

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1879: Resolution: Fixed Status: Resolved (was: Patch Available) Merged #108. Thanks [~mwong]! > Make

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

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1704: Resolution: Fixed Status: Resolved (was: Patch Available) I committed the last patch with the spec

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

2016-09-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15463478#comment-15463478 ] Ryan Blue commented on AVRO-1704: - Thanks for reviewing! > Standardized format for encoding messages with

[jira] [Updated] (AVRO-1848) Can't use null or false defaults in Ruby

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1848: Resolution: Fixed Status: Resolved (was: Patch Available) I committed the fix, along with a test.

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

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461949#comment-15461949 ] Ryan Blue commented on AVRO-1704: - I'm marking this as a blocker for the 1.8.2 release because the code is

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

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461947#comment-15461947 ] Ryan Blue commented on AVRO-1704: - [~busbey], could you have a look at the last patch I posted with the

[jira] [Updated] (AVRO-1888) Java: Single-record encoding marker bytes check is incorrect

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1888: Resolution: Fixed Status: Resolved (was: Patch Available) I committed this. Thanks for reviewing,

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

2016-09-03 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: --- Resolution: Fixed Status: Resolved (was: Patch Available) I committed the patch that uses Guava's

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

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461934#comment-15461934 ] Ryan Blue commented on AVRO-607: Sounds good to me. Thanks for replying! > SpecificData.getSchema not

[jira] [Resolved] (AVRO-1719) Avro fails to build against Boost 1.59.0

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue resolved AVRO-1719. - Resolution: Fixed > Avro fails to build against Boost 1.59.0 > >

[jira] [Updated] (AVRO-1719) Avro fails to build against Boost 1.59.0

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Blue updated AVRO-1719: Assignee: Romain Geissler > Avro fails to build against Boost 1.59.0 >

[jira] [Commented] (AVRO-1719) Avro fails to build against Boost 1.59.0

2016-09-03 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461915#comment-15461915 ] Ryan Blue commented on AVRO-1719: - I committed this. It should be safe because it only affects test code.

[jira] [Commented] (AVRO-1610) HttpTransceiver.java allocates arbitrary amount of memory

2016-09-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456575#comment-15456575 ] Ryan Blue commented on AVRO-1610: - You can paste it in a comment, I can grab the raw comment source. You

[jira] [Commented] (AVRO-1610) HttpTransceiver.java allocates arbitrary amount of memory

2016-09-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456456#comment-15456456 ] Ryan Blue commented on AVRO-1610: - The allocation is limited to Integer.MAX_VALUE, 2GB. That's big, but not

[jira] [Commented] (AVRO-1610) HttpTransceiver.java allocates arbitrary amount of memory

2016-09-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15456373#comment-15456373 ] Ryan Blue commented on AVRO-1610: - Sounds like a good assessment of the problem to me. Would you like to

[jira] [Commented] (AVRO-1895) DeepCopy does not work with logical types

2016-08-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15453569#comment-15453569 ] Ryan Blue commented on AVRO-1895: - +1. Looks good to me. Thanks, [~cutting]! > DeepCopy does not work with

[jira] [Commented] (AVRO-1895) DeepCopy does not work with logical types

2016-08-31 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15453495#comment-15453495 ] Ryan Blue commented on AVRO-1895: - I think this should use the {{getConversionByClass}} method for generic.

[jira] [Commented] (AVRO-1895) DeepCopy does not work with logical types

2016-08-08 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15412011#comment-15412011 ] Ryan Blue commented on AVRO-1895: - bq. The workaround in AVRO-1891 may not help here We should find out.

[jira] [Commented] (AVRO-1894) GenericData does not add Logical Type conversions by default

2016-08-04 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15408395#comment-15408395 ] Ryan Blue commented on AVRO-1894: - I don't think that, in general, adding conversions by default is a good

  1   2   3   4   5   6   7   >