-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There is casting logic in aggregates that handles coercing inputs to aggregates
On the surface doing these casts in sum.rs appears to duplicates some non trivial amount of the logic in plan timecoercion -- maybe it would be possible to make this code cleaner / consolidate more of the coercion logic.
Describe the solution you'd like
Ensure types are known prior to executing the aggregate so that the input and aggregate types are known aprior
Describe alternatives you've considered
Not sure (maybe the code is needed, it just "feels" a bit wrong)
Additional context
andygrove
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed