[jira] [Commented] (AVRO-2602) Updating breaks backward compatibility by throwing AvroTypeException in some cases

2019-11-07 Thread Sean Busbey (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969808#comment-16969808 ] Sean Busbey commented on AVRO-2602: --- 1.7.7 -> 1.8 is a major version change for Avro. AVRO-997 is marked

[jira] [Updated] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-07 Thread Zezeng Wang (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zezeng Wang updated AVRO-2608: -- Description: When creating a java.net.URI Object,there is no handling of a URISyntaxException. Given

[jira] [Commented] (AVRO-2602) Updating breaks backward compatibility by throwing AvroTypeException in some cases

2019-11-07 Thread xia0c (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969676#comment-16969676 ] xia0c commented on AVRO-2602: - Hi Ryan, thanks for replying. This test could pass if I use your code. However,

[jira] [Commented] (AVRO-2620) Max precision on decimal/fixed LogicalType is wrong

2019-11-07 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969235#comment-16969235 ] Ryan Skraba commented on AVRO-2620: --- The PR contains a fix for Java and C++ (and some documentation for

[jira] [Assigned] (AVRO-2620) Max precision on decimal/fixed LogicalType is wrong

2019-11-07 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba reassigned AVRO-2620: - Assignee: Ryan Skraba > Max precision on decimal/fixed LogicalType is wrong >

[jira] [Commented] (AVRO-2602) Updating breaks backward compatibility by throwing AvroTypeException in some cases

2019-11-07 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969087#comment-16969087 ] Ryan Skraba commented on AVRO-2602: --- It looks like the behaviour in 1.7.7 with enums was "tightened up"

Re: What is the length of an avro schema?

2019-11-07 Thread Ryan Skraba
I think you're correct: as written, the JIRA doesn't have a lot of sense. Does the BSON example imply that it would be useful to get the Avro length of a datum given a schema? Roughly: `len(my_schema.from_datum({"hello": "world"})) == 22` ? It doesn't seem quite right either! On Wed, Nov 6,

[jira] [Commented] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-07 Thread Zezeng Wang (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16969040#comment-16969040 ] Zezeng Wang commented on AVRO-2608: --- You right, this java.net.URL also has the same situation, I will