PObjects are just PCollections with a single element in them. They were
most useful for side inputs (and the BeamJava equivalent is the various
Views) but weren't really worth the extra baggage in the API otherwise, as
there's not much novel one can do with a PObject vs. a singleton
PCollection.

On Thu, Jan 30, 2025 at 4:20 PM Joey Tran <joey.t...@schrodinger.com> wrote:

> I read the FlumeJava paper and I was just curious what happened to
> PObjects. They seem like a useful construct. Do they exist in the java SDK
> in some version still? Or were they done away with because they made
> pipeline optimization more difficult?
>

Reply via email to