huan233usc commented on code in PR #17855:
URL: https://github.com/apache/iceberg/pull/17855#discussion_r3907211169
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -5123,6 +5123,25 @@ components:
"values": [ 100, 200 ]
}
+ IntegerMap:
+ type: object
+ properties:
+ keys:
+ type: array
+ items:
+ $ref: '#/components/schemas/IntegerTypeValue'
+ description: "List of integer column ids for each corresponding
value"
+ values:
+ type: array
+ items:
+ $ref: '#/components/schemas/IntegerTypeValue'
+ description: "List of integer values, matched to 'keys' by index"
+ example:
+ {
+ "keys": [ 1, 2 ],
+ "values": [ 8, 16 ]
+ }
Review Comment:
updated the OpenAPI to match v4 field statistics (content-stats +
avg-value-size-in-bytes)
--
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]