singhpk234 commented on code in PR #14565:
URL: https://github.com/apache/iceberg/pull/14565#discussion_r2516660858
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -4402,6 +4402,11 @@ 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
Review Comment:
[doubt] how is the server supposed to fulfill this request, when there are
equality deletes present ?
Additional questions -
- may be we should be explicit that its an hint ?
- what would server do if its certain table doesn't have minimum number of
row, 400 ?
- before introducing the spec change we might need to define iceberg scan
api like we do for projection and filter so that E2E plumbing works
--
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]