You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2019/01/16 14:10:01 UTC

[jira] [Created] (FLINK-11347) Optimize the ParquetAvroWriters factory

Fokko Driesprong created FLINK-11347:
----------------------------------------

             Summary: Optimize the ParquetAvroWriters factory
                 Key: FLINK-11347
                 URL: https://issues.apache.org/jira/browse/FLINK-11347
             Project: Flink
          Issue Type: Improvement
          Components: Formats
    Affects Versions: 1.7.1
            Reporter: Fokko Driesprong
            Assignee: Fokko Driesprong
             Fix For: 1.8.0


In the ParquetAvroWriters the schema is first serialized to a string, and then back to a Schema, which is quite expensive to do. Therefore it makes sense to pass the schema to the writer directly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)