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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently filter_leaves API takes a closure which returns a bool. In some cases, e.g., apache/iceberg-rust#245 (comment), we may like to propagate error from it.
Describe the solution you'd like
Changing the filter in filter_leaves to return Result<bool>.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently
filter_leaves
API takes a closure which returns abool
. In some cases, e.g., apache/iceberg-rust#245 (comment), we may like to propagate error from it.Describe the solution you'd like
Changing the
filter
infilter_leaves
to returnResult<bool>
.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: