pitrou commented on code in PR #35825:
URL: https://github.com/apache/arrow/pull/35825#discussion_r1238553254


##########
cpp/src/parquet/properties.h:
##########
@@ -851,6 +852,12 @@ class PARQUET_EXPORT ArrowReaderProperties {
     return coerce_int96_timestamp_unit_;
   }
 
+  void set_use_large_binary_variants(bool use_large_binary_variants) {

Review Comment:
   Not easily I'm afraid. While `WriterProperties` has support for per-column 
settings, for some reason the same pattern wasn't used in other properties 
class...
   
   We can omit it for now, but it's quite sub-optimal.



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