paleolimbot commented on PR #240:
URL: https://github.com/apache/parquet-format/pull/240#issuecomment-2135868728

   > This seems to be another argument in favor of an "extension type" facility 
in Parquet.
   
   A Parquet extension mechanism seems natural to me based on my previous work 
with Arrow extension types (which I think are great!), but it is also worth 
mentioning that the implementation work/choices is/are the same either way: 
implementations can choose to ignore GEOMETRY types, treat them as their 
storage type, add some infrastructure to inject support for 
reading/writing/pushing down filters into statistics, or build basic support 
for those things into the implementation. The ability to treat unknown logical 
types (extension or not) and ability to interact with Parquet files at a lower 
level are good things for an implementation to do regardless of the extension 
capability of the format.


-- 
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]

Reply via email to