nastra commented on code in PR #5407:
URL: https://github.com/apache/iceberg/pull/5407#discussion_r968911778


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1630,6 +1758,76 @@ components:
         - $ref: '#/components/schemas/OAuthClientCredentialsRequest'
         - $ref: '#/components/schemas/OAuthTokenExchangeRequest'
 
+    ScanReportRequest:
+      type: object
+      required:
+        - scan-report
+      properties:
+        scan-report:
+          $ref: '#/components/schemas/ScanReport'
+
+    ScanReport:
+      type: object
+      required:
+        - table-name
+        - snapshot-id
+        - filter
+        - projection
+        - metrics
+      properties:
+        table-name:

Review Comment:
   I think we still might want to send it, independently from whether the table 
name is part of the REST URL



-- 
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]

Reply via email to