-
Notifications
You must be signed in to change notification settings - Fork 1.8k
minor: make dict_from_values public #17376
New issue
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
Conversation
comphead
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @parthchandra please check if proposed method description is accurate enough
Shouldn't that be - |
I dont think so, as there is no dict conversions, just a loop, but I ran a test |
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
|
|
Thanks @parthchandra |
* minor: make dict_from_values public * Update datafusion/common/src/scalar/mod.rs Co-authored-by: Oleks V <comphead@users.noreply.github.com> * fix format * one more format --------- Co-authored-by: Oleks V <comphead@users.noreply.github.com>
Which issue does this PR close?
Rationale for this change
reduce code duplication in Datafusion Comet.
What changes are included in this PR?
Makes the method public
Are these changes tested?
Existing tests
Are there any user-facing changes?
No