emkornfield commented on code in PR #10177:
URL: https://github.com/apache/arrow-rs/pull/10177#discussion_r3450432284
##########
parquet/src/file/properties.rs:
##########
@@ -693,13 +734,27 @@ impl WriterPropertiesBuilder {
// ----------------------------------------------------------------------
// Writer properties related to a file
+ /// Enables or disables PARX format writing (defaults to `false`).
+ ///
+ /// When enabled, files use the `PARX` magic number instead of
`PAR1`/`PARE`.
+ /// The PARX footer includes feature flags, spec version, and a CRC32
checksum.
+ /// Requires the `parx` feature to be enabled at compile time.
Review Comment:
out of date comment.
--
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]