Skip to content

Commit cddb52a

Browse files
committed
Whitespace
1 parent ef6c58c commit cddb52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/library-user-guide/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ access to metadata fields, which can be used for extension types.
3131
To upgrade structs which implement `ScalarUDFImpl`, if you have implemented
3232
`return_type_from_args` you need instead to implement `return_field_from_args`.
3333
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
34+
repackaging of the output data into a `Field`. The name you specify on the
3535
field is not important. It will be overwritten during planning. `ReturnInfo`
3636
has been removed, so you will need to remove all references to it.
3737

0 commit comments

Comments
 (0)