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

2019-11-06 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] [Updated] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-06 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] [Updated] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-06 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] [Updated] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-06 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] [Updated] (AVRO-2608) The generated java-class attribute URI has an unhandled exception type of URISyntaxException

2019-11-06 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] [Created] (AVRO-2621) Practical CustomConversions with SpecificCompiler and Maven

2019-11-06 Thread Cherry Development (Jira)
Cherry Development created AVRO-2621: Summary: Practical CustomConversions with SpecificCompiler and Maven Key: AVRO-2621 URL: https://issues.apache.org/jira/browse/AVRO-2621 Project: Apache Avro

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread Chamikara Madhusanka Jayalath (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968773#comment-16968773 ] Chamikara Madhusanka Jayalath commented on AVRO-2429: - Thanks [~ryanskraba] for the

[jira] [Commented] (AVRO-2561) java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 2

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968530#comment-16968530 ] Ryan Skraba commented on AVRO-2561: --- For info – there's a workaround for 1.9.1 on JVMs that report a 2

[jira] [Comment Edited] (AVRO-2616) Do not use Hadoop FS for local files with avro-tools

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968513#comment-16968513 ] Ryan Skraba edited comment on AVRO-2616 at 11/6/19 5:13 PM: Quick

[jira] [Commented] (AVRO-2616) Do not use Hadoop FS for local files with avro-tools

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968513#comment-16968513 ] Ryan Skraba commented on AVRO-2616: --- Quick investigation: the hadoop classes are only used for opening

Re: Testing parsing canonical form string and integer rules

2019-11-06 Thread Raymie Stata
These rules are written as if you're directly parsing the underlying UTF text making up an Avro schema. It sounds like you're using a JSON parser, which most likely implements both of those rules for you, leaving nothing in your code to test. (If you're paranoid, you could add tests of the

Testing parsing canonical form string and integer rules

2019-11-06 Thread Michael A. Smith
Another two things I'm struggling to understand in PCF are the strings and integers rules - [STRINGS] For all JSON string literals in the schema text, replace any escaped characters (e.g., \u escapes) with their UTF-8 equivalents. - [INTEGERS] Eliminate quotes around and any leading

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968338#comment-16968338 ] Hudson commented on AVRO-2429: -- SUCCESS: Integrated in Jenkins build AvroJava #766 (See

[jira] [Resolved] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread Michael A. Smith (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael A. Smith resolved AVRO-2429. Fix Version/s: 1.10.0 Resolution: Fixed > Avro 1.9.0 fails when reading logical

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968310#comment-16968310 ] ASF subversion and git services commented on AVRO-2429: --- Commit

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968307#comment-16968307 ] ASF subversion and git services commented on AVRO-2429: --- Commit

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968311#comment-16968311 ] ASF subversion and git services commented on AVRO-2429: --- Commit

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968309#comment-16968309 ] ASF subversion and git services commented on AVRO-2429: --- Commit

[jira] [Commented] (AVRO-2429) Avro 1.9.0 fails when reading logical types other than "decimal"

2019-11-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968308#comment-16968308 ] ASF subversion and git services commented on AVRO-2429: --- Commit

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

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968231#comment-16968231 ] Ryan Skraba commented on AVRO-2620: --- All credit to [~kojiromike] who noticed this in the python

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

2019-11-06 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-2620: - Summary: Max precision on decimal/fixed LogicalType is wrong Key: AVRO-2620 URL: https://issues.apache.org/jira/browse/AVRO-2620 Project: Apache Avro Issue Type:

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

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba updated AVRO-2620: -- Description: A decimal logical type with an underlying fixed bytes type is invalid if the precision is

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

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba updated AVRO-2620: -- Description: A decimal logical type with an underlying fixed bytes type is invalid if the precision is

[jira] [Commented] (AVRO-2611) Provide warnings for mismatched logical/literal schema

2019-11-06 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16968195#comment-16968195 ] Ryan Skraba commented on AVRO-2611: --- Reminder from AVRO-2429: when the decimal/fixed logical type has a