Alexander Reynolds
Results
11
issues of
Alexander Reynolds
Iterables can be infinite/don't necessary have a length, so [this line of code](https://github.com/tradewelltech/protarrow/blob/19e156346bda76bb3c214481217e88374e8f4c33/protarrow/proto_to_arrow.py#L530) invalidates the annotation. Length requires `Sized`. Could also use `Collection[M]` or `Sequence[M]` though those are a tad...