-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
Similar to other issues in #8708 Move datafusion/physical-expr/src/aggregate/correlation.rs
to datafusion/functions-aggregate/src/correlation.rs
I found CovarianceAccumulator
in datafusion/physical-expr/src/aggregate/covariance.rs
is not removed, we should remove it and use the one in datafusion/functions-aggregate/src/covariance.rs
instead. The same with StddevAccumulator
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 requestgood first issueGood for newcomersGood for newcomers