You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where #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.
The text was updated successfully, but these errors were encountered:
Where #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 aBoundExpression
where the unbound one references a field using a name, and the bound one references a field using its ID.The text was updated successfully, but these errors were encountered: