We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similarly to #4584
Follow on to #6703 to add serialization support for user defined window functions when serializing plans
No response
The text was updated successfully, but these errors were encountered:
I would like to work this.Could you give me some tips for starting this issue?
Sorry, something went wrong.
The basic idea would be to fix this code: https://github.com/apache/arrow-datafusion/blob/80d1750fda0f8d1d09d7bbf5b05662b1f6618954/datafusion/proto/src/logical_plan/to_proto.rs#L593-L597
I think you can generally follow the model of AggregateUDF
AggregateUDF
So I would recommend this order:
@alamb Thanks, I will have a look late.😊
This issue looks good to close?
cc @alamb
I agree -- thanks @Jefffrey (and @parkma99 !)
No branches or pull requests
Is your feature request related to a problem or challenge?
Similarly to #4584
Follow on to #6703 to add serialization support for user defined window functions when serializing plans
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: