pitrou opened a new pull request #9863:
URL: https://github.com/apache/arrow/pull/9863


   ConvertedType::NA corresponds to an invalid converted type that was once 
added to the Parquet spec:
   https://github.com/apache/parquet-format/pull/45
   but then quickly removed in favour of the Null logical type:
   https://github.com/apache/parquet-format/pull/51
   
   Unfortunately, Parquet C++ could still in some cases emit the unofficial 
converted type.
   
   Also remove the confusingly-named LogicalType::Unknown, while "UNKNOWN" in 
the Thrift specification points to LogicalType::Null.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to