Jefffrey opened a new issue, #17947:
URL: https://github.com/apache/datafusion/issues/17947

   ### Is your feature request related to a problem or challenge?
   
   If we have a function that accepts a string argument, this could be provided 
as `Utf8`, `LargeUtf8`, `Utf8View`, or via a `Dictionary` type; In SLT tests we 
would have to ensure we cover all these input types to ensure we don't 
accidentally miss an implementation.
   
   ### Describe the solution you'd like
   
   Have a way in our SLT tests to fuzz the physical types of logical types; 
this extends to lists (`List`, `LargeList`, `FixedSizeList`) and other types 
too. Would need to consider tests which check the output type as well since 
those could be dependent on the input type.
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   Spawned from comment here: 
https://github.com/apache/datafusion/issues/13408#issuecomment-3368478752


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