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
As it does not, Iterables.registerByteObserver triggers element iteration and prefetching/reading. Otherwise byte observing would occur lazily during iteration.
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
scwhittle
changed the title
[Feature Request]: PrefetchableIterables.Default should support lazy observing of element size via ElementByteSizeObservableIterable
[Feature Request]: StateBackedIterable should support lazy observing of element size by extending ElementByteSizeObservableIterable
Nov 17, 2023
Renaming to reflect the end goal. I was looking into doing this at the Prefetchables level but it was difficult given overridden methods having colliding types for ElementByteSizeObservableIterable and PrefectIterable.
Planning instead of just fixing up StateBackedIterable and possibly exposing a generic way to wrap an iterable to make it cheap to byte size observe.
What would you like to happen?
As it does not, Iterables.registerByteObserver triggers element iteration and prefetching/reading. Otherwise byte observing would occur lazily during iteration.
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: