Hi all, As Iceberg expressions are emerging as a standard and are already relied upon by Iceberg libraries, I've been working on implementation and spec support for the common string predicates of StringEndsWith and StringContains.
I'd like to bring attention to https://github.com/apache/iceberg/pull/14373, that adds the StringEndsWith predicates [1] to the Java implementation along with the corresponding spec changes (though I'd be happy to separate out the spec part if that would be preferable). Please let me know your thoughts on this work (on the PR or here), or more generally about extending Iceberg expressions in this way! Thanks, Sreesh [1] I've separated StringEndsWith and StringContains support (see https://github.com/apache/iceberg/pull/14647 for in-progress work on the latter), to keep the PRs reviewable
