asfimport commented on issue #386: URL: https://github.com/apache/parquet-format/issues/386#issuecomment-2184153984
[Antoine Pitrou](https://issues.apache.org/jira/browse/PARQUET-1991?#comment-17312411) / @pitrou: Context: https://github.com/apache/parquet-format/pull/45 added a converted type named "NA" in the Thrift definition. https://github.com/apache/parquet-cpp/pull/360 added a converted type named "NA" in order to serialize Arrow null arrays. https://github.com/apache/parquet-format/pull/51 then removed the converted type "NA" (before it was released) and replaced it with the logical type "NullType". But the Parquet C++ implementation wasn't updated to also remove "NA". -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
