smaheshwar-pltr commented on issue #15699: URL: https://github.com/apache/iceberg/issues/15699#issuecomment-4098804716
The current proposal doesn't specify the intended semantics of this range-based read, and it's not obvious. For example, if the snapshot is of type delete and removes some rows, what would `SELECT * FROM db.table VERSION BETWEEN 1 AND 5` return? `IncrementalScan` is an interface. The append scan would ignore deletes and return no rows in this case. A changelog scan would attempt to report the deletes (caveat is https://github.com/apache/iceberg/pull/14264). These semantics differ significantly -- 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]
