Re: [DISCUSS] Release maintenance and lifecycle

2023-07-18 Thread Christophe Le Saëc
Hello I find this proposal relevant. to clarify : > From 1.12.0 on, I'd like to propose maintaining *two* major versions > (i.e. 1.12.x and 1.11.x). That would allow us to deprecate and modify > APIs and give developers one whole major release to switch. this means to maintain 3 branches (1.13.

[GitHub] [avro] clesaec opened a new pull request, #2364: AVRO-2236: [java] default value for record type

2023-07-18 Thread via GitHub
clesaec opened a new pull request, #2364: URL: https://github.com/apache/avro/pull/2364 ## What is the purpose of the change [AVRO-2236](https://issues.apache.org/jira/browse/AVRO-2236) : Add default value for record type. This PR allow a field is of type record to have a d

[jira] [Created] (AVRO-3802) Memory leak on decompressing deflate codes avro files

2023-07-18 Thread amy myo (Jira)
amy myo created AVRO-3802: - Summary: Memory leak on decompressing deflate codes avro files Key: AVRO-3802 URL: https://issues.apache.org/jira/browse/AVRO-3802 Project: Apache Avro Issue Type: Bug

[GitHub] [avro] clesaec opened a new pull request, #2365: AVRO-2254: [java] fix unresolved shema name

2023-07-18 Thread via GitHub
clesaec opened a new pull request, #2365: URL: https://github.com/apache/avro/pull/2365 ## What is the purpose of the change [AVRO-2254](https://issues.apache.org/jira/browse/AVRO-2254) : Currently, SchemaResolver.unresolvedSchema method generate always schema with same na

[GitHub] [avro] clesaec opened a new pull request, #2366: AVRO-2284: fix unit test code

2023-07-18 Thread via GitHub
clesaec opened a new pull request, #2366: URL: https://github.com/apache/avro/pull/2366 ## What is the purpose of the change [AVRO-2284](https://issues.apache.org/jira/browse/AVRO-2284) : fix unit test ## Verifying this change just run unit test ## Docu

Re: [DISCUSS] Release maintenance and lifecycle

2023-07-18 Thread Martin Grigorov
I like Christophe's proposal ! On Tue, Jul 18, 2023 at 11:52 AM Christophe Le Saëc wrote: > Hello > I find this proposal relevant. > > to clarify : > > > From 1.12.0 on, I'd like to propose maintaining *two* major versions > > (i.e. 1.12.x and 1.11.x). That would allow us to deprecate and modif

[GitHub] [avro] kojiromike opened a new pull request, #2367: AVRO-1737 Test that Schema are Hashable

2023-07-18 Thread via GitHub
kojiromike opened a new pull request, #2367: URL: https://github.com/apache/avro/pull/2367 This test should fail right now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[jira] [Created] (AVRO-3803) Fix avro.ipc bugs

2023-07-18 Thread Michael A. Smith (Jira)
Michael A. Smith created AVRO-3803: -- Summary: Fix avro.ipc bugs Key: AVRO-3803 URL: https://issues.apache.org/jira/browse/AVRO-3803 Project: Apache Avro Issue Type: Bug Components: