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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
MutableFixedSizeBinaryArray has a method called try_push but does not implement the TryPush trait.
This makes it impossible to use it as a child type of list and dictionary arrays as their implementation
of TryPush depends on the child implementation.
Is there any reason why we should not move the method into the trait?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
MutableFixedSizeBinaryArray has a method called try_push but does not implement the TryPush trait.
This makes it impossible to use it as a child type of list and dictionary arrays as their implementation
of TryPush depends on the child implementation.
Is there any reason why we should not move the method into the trait?
The text was updated successfully, but these errors were encountered: