rdblue commented on code in PR #17138:
URL: https://github.com/apache/iceberg/pull/17138#discussion_r3591167518
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -2646,20 +2878,37 @@ components:
term:
$ref: '#/components/schemas/Term'
values:
- type: array
- items:
- $ref: '#/components/schemas/PrimitiveTypeValue'
+ $ref: '#/components/schemas/Literals'
Term:
oneOf:
- $ref: '#/components/schemas/Reference'
- $ref: '#/components/schemas/TransformTerm'
+ - $ref: '#/components/schemas/DeprecatedReference'
Reference:
type: string
example:
- "column-name"
+ DeprecatedReference:
Review Comment:
Also, we may want to use `Reference` as the name instead of
`FieldReference`, so maybe we do want a `DeprecatedReference`. But I think we
only want 2 references (deprecated, field reference) rather than 3 (deprecated,
reference, field reference).
--
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]