Yes, it should explode if it has side inputs as well. On Wed, Dec 14, 2016 at 11:03 AM, Amit Sela <[email protected]> wrote:
> Hi all, > > Yesterday a new test was added to ParDoTest suite: > "testSideInputsWithMultipleWindows". > To the best of my understanding, it's meant to test sideInputs for elements > in multiple windows (unexploded). > > The Spark runner uses the DoFnRunner (Simple) to process DoFns, and it will > explode compressed elements only if it's "tagged" as "Observes Window". > > Should it also explode if it has sideInputs ? > > Thanks, > Amit >
