laysakura / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
5 stars 7 forks source link

[Feature Request]: remove `struct Iterable` #12

Open laysakura opened 1 year ago

laysakura commented 1 year ago

What would you like to happen?

https://github.com/laysakura/beam/blob/4ba37115219b90df819b438c36be29525df452b3/sdks/rust/src/coders/required_coders.rs#L187-L193

We have trait IntoIterator in Rust and we should rather use it.

Issue Priority

Priority: 3

Issue Component

Component: beam-community