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


##########
parquet/src/arrow/arrow_reader/read_plan.rs:
##########
@@ -110,19 +110,13 @@ impl ReadPlanBuilder {
                     None => return RowSelectionStrategy::Selectors,
                 };
 
-                let trimmed = selection.clone().trim();

Review Comment:
   this clone shows up in the traces for some of the clickbench queries. I 
think this is because there are 9000 selectors for these queries



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