alamb commented on code in PR #19678:
URL: https://github.com/apache/datafusion/pull/19678#discussion_r2686054383


##########
datafusion/datasource-parquet/src/row_filter.rs:
##########
@@ -276,7 +276,7 @@ struct PushdownChecker<'schema> {
     /// Does the expression reference any columns not present in the file 
schema?
     projected_columns: bool,
     /// Indices into the file schema of columns required to evaluate the 
expression.
-    required_columns: BTreeSet<usize>,
+    required_columns: Vec<usize>,

Review Comment:
   ❤️ 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to