rdblue commented on code in PR #16727: URL: https://github.com/apache/iceberg/pull/16727#discussion_r3477782351
########## format/udf-spec.md: ########## @@ -131,6 +132,12 @@ Examples of complete definition-id signatures: * `int,string` – two parameters: int and string * `int,list<int>,struct<id:int,name:string>` – three parameters: an int, a list and a struct +#### Specific Name +The `specific-name` is an optional, user-assignable name for a single definition, analogous to the SQL standard's Review Comment: Style: Add a newline between section headings and the text. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
