nssalian commented on code in PR #17256:
URL: https://github.com/apache/iceberg/pull/17256#discussion_r3686846381
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2423,12 +2423,18 @@ components:
PrimitiveType:
type: string
+ not:
Review Comment:
Yeah an enum wouldn't work. You'd need something like a pattern: regex,
which would have to be updated for future types. So I can drop the not: and
keep the VariantType first (with a comment) for the ordering. Let me know if
that works.
--
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]