flyrain commented on code in PR #16727:
URL: https://github.com/apache/iceberg/pull/16727#discussion_r3432324891


##########
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
+routine *specific name*. It provides a stable, human-readable handle for a 
definition that is independent of its
+signature (e.g., for SQL statements such as `DROP SPECIFIC FUNCTION`).

Review Comment:
   Looks like it's part of the sql standard, 
https://ronsavage.github.io/SQL/sql-99.bnf.html. 



-- 
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]

Reply via email to