Fokko opened a new issue, #72: URL: https://github.com/apache/iceberg-cpp/issues/72
Where https://github.com/apache/iceberg-cpp/pull/58 adds the unbound expressions, I think it would be valuable also to add the BoundExpressions. When an expression is passed in from the Query Engine, we need to bind it to the schema(s) of the Iceberg metadata. This converts an `UnboundExpression` to a `BoundExpression` where the unbound one references a field using a name, and the bound one references a field using its ID. -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org