You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2021/03/01 06:05:00 UTC

[jira] [Created] (PARQUET-1991) Reserve ConvertedType==24 due to bug in parquet-cpp implementation

Micah Kornfield created PARQUET-1991:
----------------------------------------

             Summary: Reserve ConvertedType==24 due to bug in parquet-cpp implementation
                 Key: PARQUET-1991
                 URL: https://issues.apache.org/jira/browse/PARQUET-1991
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-format
            Reporter: Micah Kornfield


https://issues.apache.org/jira/browse/PARQUET-1990 sometimes a converted type of 24 is written out because we are leaking a C++ enum value that doesn't exist in the parquet thrift specification.  We should reserve this so if any other converted type elements are added future readers of older files don't accidentally misinterpret this value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)