[jira] [Created] (AVRO-2700) Change Java Collection Usage

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2700: Summary: Change Java Collection Usage Key: AVRO-2700 URL: https://issues.apache.org/jira/browse/AVRO-2700 Project: Apache Avro Issue Type: Improvement

Re: Avro 1.9.2

2020-01-17 Thread Robert Yokota
Hi, Here's the upgrade to Jackson 2.10.0 that I was hoping to get cherry-picked to 1.9.2: https://github.com/apache/avro/commit/c50974094d95d1dbd9c8b3bb6c4133a43b44fd03 Thanks, Robert On Fri, Jan 17, 2020 at 9:52 AM Robert Yokota wrote: > Hi, > > Any chance we can get the following upgrade

[jira] [Created] (AVRO-2699) Remove NoPackage Class File

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2699: Summary: Remove NoPackage Class File Key: AVRO-2699 URL: https://issues.apache.org/jira/browse/AVRO-2699 Project: Apache Avro Issue Type: Improvement

Re: Avro 1.9.2

2020-01-17 Thread Michael A. Smith
Ryan, thanks for agreeing to take a shot. I created a tracking ticket for the effort: https://issues.apache.org/jira/browse/AVRO-2697 I attached a text file to that ticket with the PRs against master that I think we want in 1.9. The ones checked off are what I already managed to do against my own

[jira] [Created] (AVRO-2698) Improve and Add Test for skipLong Method

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2698: Summary: Improve and Add Test for skipLong Method Key: AVRO-2698 URL: https://issues.apache.org/jira/browse/AVRO-2698 Project: Apache Avro Issue Type:

[jira] [Created] (AVRO-2697) Cherry-pick python changes into branch-1.9

2020-01-17 Thread Michael A. Smith (Jira)
Michael A. Smith created AVRO-2697: -- Summary: Cherry-pick python changes into branch-1.9 Key: AVRO-2697 URL: https://issues.apache.org/jira/browse/AVRO-2697 Project: Apache Avro Issue Type:

Re: Avro 1.9.2

2020-01-17 Thread Doug Cutting
I gave you permissions on pypi and rubygems. Doug On Fri, Jan 17, 2020 at 6:52 AM Ryan Skraba wrote: > Hello! > > For python I'd be happy to go through the build changes, especially if > you can list (or create a branch) for the lang/py cherry-picks that > are already known to be necessary! >

[jira] [Created] (AVRO-2696) Improve Avro Double and Float Encode Performance

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2696: Summary: Improve Avro Double and Float Encode Performance Key: AVRO-2696 URL: https://issues.apache.org/jira/browse/AVRO-2696 Project: Apache Avro Issue

[jira] [Updated] (AVRO-2695) Return non-zero exit code from C# avrogen if failed

2020-01-17 Thread Zoltan Csizmadia (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Csizmadia updated AVRO-2695: --- Description: # C# avrogen returns 0 exit code, even if fails. This makes detecting difficult

[jira] [Updated] (AVRO-2695) Return non-zero exit code from C# avrogen if failed

2020-01-17 Thread Zoltan Csizmadia (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Csizmadia updated AVRO-2695: --- Priority: Minor (was: Major) > Return non-zero exit code from C# avrogen if failed >

[jira] [Created] (AVRO-2695) Return non-zero exit code from C# avrogen if failed

2020-01-17 Thread Zoltan Csizmadia (Jira)
Zoltan Csizmadia created AVRO-2695: -- Summary: Return non-zero exit code from C# avrogen if failed Key: AVRO-2695 URL: https://issues.apache.org/jira/browse/AVRO-2695 Project: Apache Avro

Re: Avro 1.9.2

2020-01-17 Thread Robert Yokota
Hi, Any chance we can get the following upgrade to Jackson 2.10.0 cherry-picked to 1.9.2? Thanks, Robert On Thu, Jan 9, 2020 at 9:48 AM Driesprong, Fokko wrote: > > Hi all, > > I'm working on bumping Apache Avro on the Apache Iceberg project: >

[jira] [Created] (AVRO-2694) Simplify Comparison Check in Resolver

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2694: Summary: Simplify Comparison Check in Resolver Key: AVRO-2694 URL: https://issues.apache.org/jira/browse/AVRO-2694 Project: Apache Avro Issue Type:

[jira] [Created] (AVRO-2693) Upgrade lang/csharp to dotnet core 3.1 (LTS)

2020-01-17 Thread Zoltan Csizmadia (Jira)
Zoltan Csizmadia created AVRO-2693: -- Summary: Upgrade lang/csharp to dotnet core 3.1 (LTS) Key: AVRO-2693 URL: https://issues.apache.org/jira/browse/AVRO-2693 Project: Apache Avro Issue

[jira] [Updated] (AVRO-2692) Do Not Access Map Twice in LogicalTypes

2020-01-17 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated AVRO-2692: - Summary: Do Not Access Map Twice in LogicalTypes (was: Do Not Access Map Twice in Logical Types)

[jira] [Created] (AVRO-2692) Do Not Access Map Twice in Logical Types

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2692: Summary: Do Not Access Map Twice in Logical Types Key: AVRO-2692 URL: https://issues.apache.org/jira/browse/AVRO-2692 Project: Apache Avro Issue Type:

[jira] [Updated] (AVRO-2691) Do Not Cache Empty Array in RecordBuilderBase

2020-01-17 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor updated AVRO-2691: - Description: It may all be optimized away by the compiler at the end of the day, but it's just

[jira] [Created] (AVRO-2691) Do Not Cache Empty Array in RecordBuilderBase

2020-01-17 Thread David Mollitor (Jira)
David Mollitor created AVRO-2691: Summary: Do Not Cache Empty Array in RecordBuilderBase Key: AVRO-2691 URL: https://issues.apache.org/jira/browse/AVRO-2691 Project: Apache Avro Issue Type:

Re: Avro 1.9.2

2020-01-17 Thread Ryan Skraba
Hello! For python I'd be happy to go through the build changes, especially if you can list (or create a branch) for the lang/py cherry-picks that are already known to be necessary! I've been going through the list of ALL the commits in master that have no equivalent in release-1.9 using: git co

[jira] [Commented] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018094#comment-17018094 ] Hudson commented on AVRO-2684: -- SUCCESS: Integrated in Jenkins build AvroJava #808 (See

[jira] [Commented] (AVRO-2685) Bump apache from 21 to 22

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018095#comment-17018095 ] Hudson commented on AVRO-2685: -- SUCCESS: Integrated in Jenkins build AvroJava #808 (See

[jira] [Commented] (AVRO-2686) Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220

2020-01-17 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018093#comment-17018093 ] Hudson commented on AVRO-2686: -- SUCCESS: Integrated in Jenkins build AvroJava #808 (See

Jenkins build is back to normal : AvroJava #808

2020-01-17 Thread Apache Jenkins Server
See

Build failed in Jenkins: AvroJava #807

2020-01-17 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H29 (ubuntu) in workspace

[jira] [Updated] (AVRO-2689) Avro-tools should have a way to test schema evolution.

2020-01-17 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba updated AVRO-2689: -- Component/s: java > Avro-tools should have a way to test schema evolution. >

[jira] [Commented] (AVRO-2689) Avro-tools should have a way to test schema evolution.

2020-01-17 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17018031#comment-17018031 ] Ryan Skraba commented on AVRO-2689: --- To check evolution with {{tojson}}, we'd probably want to specify

[jira] [Created] (AVRO-2689) Avro-tools should have a way to test schema evolution.

2020-01-17 Thread Ryan Skraba (Jira)
Ryan Skraba created AVRO-2689: - Summary: Avro-tools should have a way to test schema evolution. Key: AVRO-2689 URL: https://issues.apache.org/jira/browse/AVRO-2689 Project: Apache Avro Issue

[jira] [Work started] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-2684 started by Fokko Driesprong. -- > Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final >

[jira] [Resolved] (AVRO-2685) Bump apache from 21 to 22

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AVRO-2685. Resolution: Fixed > Bump apache from 21 to 22 > - > >

[jira] [Work stopped] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-2684 stopped by Fokko Driesprong. -- > Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final >

[jira] [Resolved] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AVRO-2684. Resolution: Fixed > Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final >

[jira] [Work started] (AVRO-2686) Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-2686 started by Fokko Driesprong. -- > Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220 >

[jira] [Work started] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-2684 started by Fokko Driesprong. -- > Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final >

[jira] [Resolved] (AVRO-2686) Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AVRO-2686. Resolution: Fixed > Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220 >

[jira] [Commented] (AVRO-2686) Bump jetty.version from 9.4.21.v20190926 to 9.4.25.v20191220

2020-01-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017973#comment-17017973 ] ASF subversion and git services commented on AVRO-2686: --- Commit

[jira] [Commented] (AVRO-2685) Bump apache from 21 to 22

2020-01-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017975#comment-17017975 ] ASF subversion and git services commented on AVRO-2685: --- Commit

[jira] [Commented] (AVRO-2684) Bump netty-codec-http2 from 4.1.44.Final to 4.1.45.Final

2020-01-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017974#comment-17017974 ] ASF subversion and git services commented on AVRO-2684: --- Commit

[jira] [Commented] (AVRO-2687) Semantic Versioning

2020-01-17 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017949#comment-17017949 ] Elliotte Rusty Harold commented on AVRO-2687: - semver doesn't prevent you from removing

[jira] [Commented] (AVRO-2682) Compiled schema cannot find symbol readFieldOrderIfDiff (Java)

2020-01-17 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017926#comment-17017926 ] Ryan Skraba commented on AVRO-2682: --- !artifact-deps.png|width=596,height=181! Ah, I think I see. It's

[jira] [Comment Edited] (AVRO-2682) Compiled schema cannot find symbol readFieldOrderIfDiff (Java)

2020-01-17 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017926#comment-17017926 ] Ryan Skraba edited comment on AVRO-2682 at 1/17/20 11:28 AM: -

[jira] [Updated] (AVRO-2682) Compiled schema cannot find symbol readFieldOrderIfDiff (Java)

2020-01-17 Thread Ryan Skraba (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Skraba updated AVRO-2682: -- Attachment: artifact-deps.png > Compiled schema cannot find symbol readFieldOrderIfDiff (Java) >

[jira] [Updated] (AVRO-2682) Compiled schema cannot find symbol readFieldOrderIfDiff (Java)

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AVRO-2682: --- Affects Version/s: (was: 1.9.2) (was: 1.10.0) > Compiled

[jira] [Updated] (AVRO-2682) Compiled schema cannot find symbol readFieldOrderIfDiff (Java)

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AVRO-2682: --- Fix Version/s: 1.9.2 > Compiled schema cannot find symbol readFieldOrderIfDiff (Java) >

[jira] [Commented] (AVRO-2687) Semantic Versioning

2020-01-17 Thread Fokko Driesprong (Jira)
[ https://issues.apache.org/jira/browse/AVRO-2687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017798#comment-17017798 ] Fokko Driesprong commented on AVRO-2687: So we're trying to maintain compatibility in a semantic