-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Migrate documentation for all core functions from scalar_functions.md to code #12854
Conversation
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.
Thank you @Omega359 -- this looks great to me. I ran out of time to review this PR today but I will do tomorrow if no one beats me to it
Co-authored-by: Andrew Lamb <[email protected]>
@Omega359 This looks good to me! |
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.
Looks good to me -- thank you @Omega359 and @jonathanc-n
This PR has a merge conflict so I merged up from main to resolve it and plan to merge this PR when CI is complete
@@ -133,7 +134,7 @@ impl ScalarUDFImpl for GetFieldFunc { | |||
DataType::Struct(fields) if fields.len() == 2 => { | |||
// Arrow's MapArray is essentially a ListArray of structs with two columns. They are | |||
// often named "key", and "value", but we don't require any specific naming here; | |||
// instead, we assume that the second columnis the "value" column both here and in | |||
// instead, we assume that the second column is the "value" column both here and in |
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.
❤️
Which issue does this PR close?
Closes #12801
Rationale for this change
Documentation migration
What changes are included in this PR?
docs, minor updates/improvements in getfield udf.
Are these changes tested?
Yes.
Are there any user-facing changes?
Docs updated.