kosiew commented on PR #16466: URL: https://github.com/apache/datafusion/pull/16466#issuecomment-2989750769
<img width="169" alt="image" src="https://github.com/user-attachments/assets/4782f3ea-4e60-4f92-83e1-87fca4b57770" /> datafusion/common/src/hash_utils.rs | 50 +- .../tests/fuzz_cases/aggregation_fuzzer/fuzzer.rs | 8 +- .../tests/fuzz_cases/record_batch_generator.rs | 6 +- datafusion/core/tests/sql/aggregates.rs | 1442 ++++++++++++++++++++ 4 files changed, 1483 insertions(+), 23 deletions(-) In working on #16266, there was initially a lot of fuzz failures. I added a lot of tests to reproduce the failures and the bulk of the changes in this PR are the additional tests. -- 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]
