datafusion-comet
datafusion-comet copied to clipboard
[CometFuzz] Avoid OOM with functions like rpad and array_repeat
What is the problem the feature request solves?
Calling rpad or array_repeat with a very large len/count argument results in OOM and is not a realistic use case. It would be better if CometFuzz could avoid doing that.
Describe the potential solution
No response
Additional context
No response