arthurpassos commented on code in PR #35825:
URL: https://github.com/apache/arrow/pull/35825#discussion_r1213099694
##########
cpp/src/parquet/properties.h:
##########
@@ -116,6 +116,12 @@ class PARQUET_EXPORT ReaderProperties {
page_checksum_verification_ = check_crc;
}
+ bool use_binary_large_variants() const { return use_binary_large_variants_; }
Review Comment:
Actually, just realized this code was not even being used. I guess I forgot
to delete it.
--
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]