Theodus opened a new pull request, #24772:
URL: https://github.com/apache/datafusion/pull/24772

   ## Which issue does this PR close?
   
   N/A — this restores fuzz coverage disabled by a now resolved upstream Arrow 
issue.
   
   ## Rationale for this change
   
   `DurationSecond` fuzzing was disabled after an Arrow pretty-printing panic 
([arrow-rs#7533](https://github.com/apache/arrow-rs/issues/7533)). The panic 
was fixed in [arrow-rs#7534](https://github.com/apache/arrow-rs/pull/7534).
   
   The existing generator range restriction remains necessary: out-of-range 
values print as `<invalid>`, which could make unequal batches compare equal in 
the fuzzer's pretty-print comparison.
   
   ## What changes are included in this PR?
   
   - Re-enable the `duration_seconds` fuzz column.
   - Clarify why its generated values remain range-restricted.
   
   ## Are these changes tested?
   
   Yes. The existing scalar and aggregation fuzz tests pass with 
`DurationSecond` enabled.
   
   ## Are there any user-facing changes?
   
   No.


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