[
https://issues.apache.org/jira/browse/AVRO-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862806#comment-17862806
]
ASF subversion and git services commented on AVRO-4010:
-------------------------------------------------------
Commit 2976d395c8e2485c3e71f34a22964b9b55496356 in avro's branch
refs/heads/branch-1.11 from Michael Spector
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2976d395c ]
AVRO-4010: [Rust] Avoid re-resolving schema on every read() (#2995)
Co-authored-by: Michael Spector <[email protected]>
(cherry picked from commit f3b6ee2d32ae5200675e345b4d26b151caf3034b)
> Avoid resolving schema on every call to read()
> ----------------------------------------------
>
> Key: AVRO-4010
> URL: https://issues.apache.org/jira/browse/AVRO-4010
> Project: Apache Avro
> Issue Type: Improvement
> Components: rust
> Affects Versions: 1.11.3
> Reporter: Michael Spector
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0, 1.11.4
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> `ResolvedSchema::try_from()` is called from within `Reader::read()`, which
> can be easily avoided if resolved schema is cached along with writer schema
> once initialized.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)