alamb commented on code in PR #9089:
URL: https://github.com/apache/arrow-rs/pull/9089#discussion_r2662838284


##########
parquet/src/arrow/arrow_reader/selection.rs:
##########
@@ -44,7 +44,7 @@ pub enum RowSelectionPolicy {
 
 impl Default for RowSelectionPolicy {
     fn default() -> Self {
-        Self::Auto { threshold: 32 }
+        Self::Auto { threshold: 16 }

Review Comment:
   this is a great call @Weijun-H  -- this is left over code that was not 
indended for this PR. Sorry about that I will remove 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]

Reply via email to