smaheshwar-pltr opened a new issue, #14016: URL: https://github.com/apache/iceberg/issues/14016
### Feature Request / Improvement https://github.com/apache/iceberg/pull/14014 proposes a TODO for Strict metrics evaluation for `startsWith` predicate, that this issue tracks: > Handle cases that definitely match predicate, such as `startsWith("x")` when the bounds are `["xa", "xz"]`. The semantics here would be symmetric to inclusive metrics evaluation of `notStartsWith`: https://github.com/apache/iceberg/blob/7b9ea75ebe93801eaa908c28e9ef18ab205ffb80/api/src/main/java/org/apache/iceberg/expressions/InclusiveMetricsEvaluator.java#L432 At a high-level, if both bounds match the prefix, all rows must match the prefix. ### Query engine None ### Willingness to contribute - [ ] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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]
