Hi everyone, I wanted to bring to your attention a PR that introduces a catalog spec change that affects server-side planning: https://github.com/apache/iceberg/pull/14184/.
There are two things: - Unary expressions (is-null, is-nan, etc.) expect a value, but this appears to be a copy-paste. - Literal- and SetExpressions expect an object, which is a Dict in Open-API, rather than the root hierarchy as in Java. I think expecting a PrimitiveTypeValue is the right type there. Please take a look and let me know what you think! Kind regards, Fokko
