Is your feature request related to a problem or challenge?
This issue aims to add new positive and negative test cases for datafusion-spark array functions: array_repeat , shuffle, slice for the following use-cases:
- nested function execution,
- invalid parameter settings to verify validation,
- different datatypes such as timestamp,
- casting before function execution
Describe the solution you'd like
Adding new positive and negative test cases to datafusion-spark array functions: array_repeat , shuffle, slice.
Describe alternatives you've considered
No response
Additional context
No response