Rich-T-kid commented on code in PR #11013:
URL: https://github.com/apache/arrow-rs/pull/11013#discussion_r3946920404


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -299,9 +301,22 @@ impl<T> ArrowReaderBuilder<T> {
             offset: None,
             metrics: ArrowReaderMetrics::Disabled,
             max_predicate_cache_size: 100 * 1024 * 1024, // 100MB default 
cache size
+            skip_utf8_validation: true,

Review Comment:
   This is only enabled for the sake of benchmarking, will revert before merge 
so its off by default



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