[jira] [Commented] (AVRO-3451) fix poor Avro write performance

2022-03-19 Thread Jack Klamer (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17509329#comment-17509329 ] Jack Klamer commented on AVRO-3451: --- [~kvc-code]  hey getting back onto this after a cou

[GitHub] [avro] jklamer opened a new pull request #1608: [AVRO-3451] Reuse Resolved Schemas

2022-03-19 Thread GitBox
jklamer opened a new pull request #1608: URL: https://github.com/apache/avro/pull/1608 A reuse of the resolved schema struct to help improve performance when possible. Currently every write/append into a writer would use the same schema and resolve it to index all the named schemas for eve

[jira] [Updated] (AVRO-3451) fix poor Avro write performance

2022-03-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated AVRO-3451: - Labels: pull-request-available (was: ) > fix poor Avro write performance > --

[jira] [Work logged] (AVRO-3451) fix poor Avro write performance

2022-03-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3451?focusedWorklogId=744660&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744660 ] ASF GitHub Bot logged work on AVRO-3451: Author: ASF GitHub Bot

[jira] [Commented] (AVRO-3451) fix poor Avro write performance

2022-03-19 Thread Jack Klamer (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17509350#comment-17509350 ] Jack Klamer commented on AVRO-3451: --- [~kvc-code] , if possible, could you test against t

Re: [DISCUSS] Doing a Release 1.11.1?

2022-03-19 Thread Jack Klamer
That PR has been merged thanks to the work of Martin! I believe there may be more work to do in this vein but that PR covers some of the main workflows that are affected. On Fri, Mar 18, 2022 at 1:40 PM Ryan Skraba wrote: > Hello Jack! How long do you you'll need? There's a lot of open PRs > t

[jira] [Created] (AVRO-3460) [rust] Value::validate does not validate against Schema Refs

2022-03-19 Thread Jack Klamer (Jira)
Jack Klamer created AVRO-3460: - Summary: [rust] Value::validate does not validate against Schema Refs Key: AVRO-3460 URL: https://issues.apache.org/jira/browse/AVRO-3460 Project: Apache Avro Iss

[jira] [Created] (AVRO-3461) [rust] Resolution Flow does not handle schmea Refs

2022-03-19 Thread Jack Klamer (Jira)
Jack Klamer created AVRO-3461: - Summary: [rust] Resolution Flow does not handle schmea Refs Key: AVRO-3461 URL: https://issues.apache.org/jira/browse/AVRO-3461 Project: Apache Avro Issue Type: Bu

[GitHub] [avro] jklamer opened a new pull request #1609: [rust][AVRO-3461] Resolve flow namespace resolution work

2022-03-19 Thread GitBox
jklamer opened a new pull request #1609: URL: https://github.com/apache/avro/pull/1609 The same style of fixes needed in the encoding, decoding, and schema parsing flows done in #1602 also needed to happen for resolution. I also refactored the code style to fit those other flows and remove

[jira] [Work logged] (AVRO-3461) [rust] Resolution Flow does not handle schmea Refs

2022-03-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3461?focusedWorklogId=744675&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744675 ] ASF GitHub Bot logged work on AVRO-3461: Author: ASF GitHub Bot

[jira] [Updated] (AVRO-3461) [rust] Resolution Flow does not handle schmea Refs

2022-03-19 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated AVRO-3461: - Labels: pull-request-available (was: ) > [rust] Resolution Flow does not handle schmea Refs > ---