We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6c58c commit cddb52aCopy full SHA for cddb52a
docs/source/library-user-guide/upgrading.md
@@ -31,7 +31,7 @@ access to metadata fields, which can be used for extension types.
31
To upgrade structs which implement `ScalarUDFImpl`, if you have implemented
32
`return_type_from_args` you need instead to implement `return_field_from_args`.
33
If your functions do not need to handle metadata, this should be straightforward
34
-repackaging of the output data into a `Field`. The name you specify on the
+repackaging of the output data into a `Field`. The name you specify on the
35
field is not important. It will be overwritten during planning. `ReturnInfo`
36
has been removed, so you will need to remove all references to it.
37
0 commit comments