-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
WindowUDF
is re-exported in datafusion
.
PartitionEvaluatorArgs
is needed to implement WindowUDF
, but it is not currently re-exported.
Describe the solution you'd like
No response
Describe alternatives you've considered
Have users add a dependency on datafusion-functions-window-common
Additional context
Discovered as I was updating datafusion-python
apache/datafusion-python#905.
jcsherin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request