-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Implement https://spark.apache.org/docs/latest/api/sql/index.html#array_repeat equivalent of spark.
Datafusion already has an implementation of array_repeat. The difference between DF and spark implementation is the handling of NULL inputs. In spark, if any of the argument is NULL then the return value is NULL.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request