Dandandan commented on code in PR #21338:
URL: https://github.com/apache/datafusion/pull/21338#discussion_r3035466250


##########
datafusion/catalog/src/memory/table.rs:
##########
@@ -515,31 +516,37 @@ fn evaluate_filters_to_mask(
         return Ok(None);
     }
 
-    let mut combined_mask: Option<BooleanArray> = None;
+    let mut combined_buf: Option<BooleanBuffer> = None;

Review Comment:
   Yeah it is a good idea!
   I don't see yet any real e2e improvements so closing this one for now :) 



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