jorisvandenbossche commented on PR #41769:
URL: https://github.com/apache/arrow/pull/41769#issuecomment-2151917441

   Do we need to flag to control storing schema metadata in Parquet 
FileMetadata? We could also simply always do that (and only have `store_schema` 
to control whether to additionally write a `ARROW:schema` key) 
   
   If someone does not want to write metadata, they can always first remove the 
metadata from the schema before writing it to Parquet, so it is possible to 
control this that way (a bit more verbose, but at least on the Python side we 
have a helper method for removing metadata with a one liner).


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

Reply via email to