Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

TryPush for MutableFixedSizeBinaryArray #1478

Open
andy-thomason opened this issue May 8, 2023 · 0 comments
Open

TryPush for MutableFixedSizeBinaryArray #1478

andy-thomason opened this issue May 8, 2023 · 0 comments

Comments

@andy-thomason
Copy link
Contributor

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant