-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
It seems like converting a null column to other types should be trivially supported (all null values). Right now when operations require this, I need to have a function that creates an array of null values of the given data type.
Describe the solution you'd like
Casting an array with DataType::Null to any other type produces an array of the given type containing all null values.
Describe alternatives you've considered
None.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog