andygrove opened a new issue, #2628:
URL: https://github.com/apache/datafusion-comet/issues/2628

   ### What is the problem the feature request solves?
   
   Currently, CometFuzz only passes columns to functions. For functions such 
`date_truc`, it is more typical for users to pass a scalar string in for the 
format, and we currently do not fuzz test for that example. Also, using the 
same example, there are a small number of valid values for format, so we should 
have a way to provide a list of valid scalar inputs.
   
   Another example would be `rpad` where it doesn't make sense to use 
`Int.MaxValue` for the length, We should be able to specify to use smaller 
values.
   
   ### Describe the potential solution
   
   Perhaps some way to  provide a custom generator per function per input
   
   ### Additional context
   
   _No response_


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