singhpk234 commented on code in PR #14565:
URL: https://github.com/apache/iceberg/pull/14565#discussion_r2540608727


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -4402,6 +4402,14 @@ components:
           description:
             Expression used to filter the table data
           $ref: '#/components/schemas/Expression'
+        min-rows-requested:
+          description:
+            The minimum number of rows requested for the scan. This is used as 
a hint 
+            to the server to not have to return more rows than necessary. It 
is not required 
+            for the server to return that many rows since the scan may not 
produce that 
+            many rows. The server can also return more rows than requested.

Review Comment:
   wondering if we should bake assertion that it should not `< 0` in spec ? 
IMHO its not necessary as server can always respond with a 400, just putting it 
out here in case other folks think otherwise.



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