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
Currently, functions_aggregate::expr_fn::approx_distinct points to the module, not the fluent API function.
functions_aggregate::expr_fn::approx_distinct
datafusion/datafusion/functions-aggregate/src/lib.rs
Lines 92 to 96 in 20b298e
No response
functions_aggregate::expr_fn::approx_distinct should reference the fluent API for creating a UDAf.
I'll have a PR shortly.
The text was updated successfully, but these errors were encountered:
fix: expose the fluent API fn for approx_distinct instead of the module
1a64e33
Fixes: apache#11643
f12b3db
Successfully merging a pull request may close this issue.
Describe the bug
Currently,
functions_aggregate::expr_fn::approx_distinct
points to the module, not the fluent API function.datafusion/datafusion/functions-aggregate/src/lib.rs
Lines 92 to 96 in 20b298e
To Reproduce
No response
Expected behavior
functions_aggregate::expr_fn::approx_distinct
should reference the fluent API for creating a UDAf.Additional context
I'll have a PR shortly.
The text was updated successfully, but these errors were encountered: