[
https://issues.apache.org/jira/browse/AVRO-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093540#comment-17093540
]
Hudson commented on AVRO-2748:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #849 (See
[https://builds.apache.org/job/AvroJava/849/])
AVRO-2748: Refactor Schema Matching (#861) (github:
[https://github.com/apache/avro/commit/771c16b521e34e721e31bb2caf9f86699ea10dff])
* (edit) lang/py/avro/schema.py
* (edit) lang/py/avro/io.py
> python schema resolution occurs on every read
> ---------------------------------------------
>
> Key: AVRO-2748
> URL: https://issues.apache.org/jira/browse/AVRO-2748
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.9.2
> Reporter: Erik Erlandson
> Priority: Minor
>
> In python, the schema resolution appears to be happening on each read
> operation. I'm not an avro expert but in my perusing through the python io
> code I haven't yet noticed a reason that the schema resolution couldn't
> happen once up front, during the construction of DataFileReader, when it
> first loads the write_schema.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)