kosiew commented on issue #16266:
URL: https://github.com/apache/datafusion/issues/16266#issuecomment-3027038432

   In updating the fuzz tests, I discovered that these scenarios had to be 
handled:
   
   ### 📋 Summary Matrix
   
   | Scenario                        | Null in Keys | Null in Values | 
Aggregates / Functions Tested           |
   
|--------------------------------|:------------:|:---------------:|-----------------------------------------|
   | COUNT, SUM, MIN, MEDIAN        | ✅           | ✅              | Basic 
aggregations                      |
   | FIRST/LAST (window)            | ✅           | ✅              | Window 
functions                        |
   | FIRST/LAST (grouped)           | ✅           | ✅              | Grouped 
aggregations                    |
   | MAX on string/dictionary       | ✅           | ✅              | MAX        
                             |
   | MIN on timestamp               | ✅           | ✅              | MIN        
                             |
   | COUNT & COUNT DISTINCT         | ✅           | ✅              | Distinct + 
null value handling          |
   | MEDIAN & MEDIAN DISTINCT       | ✅           | ✅              | Complex 
numeric median logic            |
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to