jerryshao commented on code in PR #8711:
URL: https://github.com/apache/gravitino/pull/8711#discussion_r2386541029
##########
docs/open-api/statistics.yaml:
##########
@@ -406,23 +486,22 @@ components:
enum:
- 0
partitionStatistics:
- type: object
- additionalProperties:
- type: object
- additionalProperties: {}
- description: A map of partition names to their statistics (which
is a map of statistic names to their values)
+ type: array
+ items:
+ $ref: "#/components/schemas/PartitionStatistics"
Review Comment:
It is the two-space identation.
##########
docs/open-api/statistics.yaml:
##########
@@ -406,23 +486,22 @@ components:
enum:
- 0
partitionStatistics:
- type: object
- additionalProperties:
- type: object
- additionalProperties: {}
- description: A map of partition names to their statistics (which
is a map of statistic names to their values)
+ type: array
+ items:
+ $ref: "#/components/schemas/PartitionStatistics"
Review Comment:
It is the two-space indentation.
--
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]