edmondop commented on code in PR #8243:
URL: https://github.com/apache/arrow-datafusion/pull/8243#discussion_r1412526748


##########
datafusion/physical-plan/src/filter.rs:
##########
@@ -994,4 +1014,22 @@ mod tests {
 
         Ok(())
     }
+
+    #[tokio::test]
+    async fn test_validation_filter_selectivity() -> Result<()> {

Review Comment:
   I agree we should, however I didn't know how to observe the effect of such a 
parameter. Is there some form of observable state or result exposed that I can 
use to perform an assertion about what selectivity has been used ?



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