emkornfield commented on code in PR #48431:
URL: https://github.com/apache/arrow/pull/48431#discussion_r2714728473
##########
cpp/src/parquet/properties.h:
##########
@@ -139,6 +139,11 @@ class PARQUET_EXPORT ReaderProperties {
void set_footer_read_size(size_t size) { footer_read_size_ = size; }
size_t footer_read_size() const { return footer_read_size_; }
+ // If enabled, try to read the metadata3 footer from the file.
Review Comment:
```suggestion
// If enabled, try to read the flatbuffer metadata footer from the file as
an extension (i.e. a PAR1 file).
```
--
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]