wjones127 commented on issue #35393: URL: https://github.com/apache/arrow/issues/35393#issuecomment-1536565736
When writing, you can also specify which columns get statistics: ```python import pyarrow.parquet as pq pq.write_table(my_table, "path/to/file.parquet", write_statistics=["col1", "col2"]) ``` But I agree that it would be nice if we could get the schema of the file without having to parse the row group metadata. -- 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]
