findepi commented on PR #12978:
URL: https://github.com/apache/datafusion/pull/12978#issuecomment-2441284034

   > I was also thinking about doing some more black-box testing: I think given 
any `min, max` you can always convert that into a RecordBatch with an array of 
the form `[min, max]` and you should never have the pruning say the array 
should be excluded but the array has any matches. Does that make sense? Maybe 
this could even be fuzz tested?
   
   We could also randomly generate an array with an element or elements within 
the min max range.
   This would cover not only logic at the edges, but also for the values inside 
the range.


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