geruh commented on code in PR #14778:
URL: https://github.com/apache/iceberg/pull/14778#discussion_r2597521173
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2382,6 +2384,7 @@ components:
type: string
example:
- "identity"
+ - "void"
Review Comment:
Hey @singhpk234! Looks like the Transform model already covers void since
it’s just a string and not an enum.
There’s still a good case for calling it out for clarity, or even switching
the list to an enum later if it helps with server side handling.
--
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]