You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Vlad Rozov (JIRA)" <ji...@apache.org> on 2018/05/17 14:45:00 UTC

[jira] [Created] (PARQUET-1302) ParquetProperties should not use static ValuesWriterFactory

Vlad Rozov created PARQUET-1302:
-----------------------------------

             Summary: ParquetProperties should not use static ValuesWriterFactory
                 Key: PARQUET-1302
                 URL: https://issues.apache.org/jira/browse/PARQUET-1302
             Project: Parquet
          Issue Type: Bug
            Reporter: Vlad Rozov


{{ParquetProperties}} by default is initialized with static {{ValuesWriterFactory}}, but during {{ParquetProperties}} construction {{ValuesWriterFactory}} is initialized with property. It means that if I construct two {{ParquetProperties}} with different properties (for example allocators), both will reference a static {{ValuesWriterFactory}} that would be initialized with the latest {{ParquetProperties}}. The same problem applies to {{DefaultValuesWriterFactory}}.



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