I have a question about the ParDo JavaDocs. The JavaDocs say:
The ParDo processing style is similar to what happens inside the "Mapper"
or "Reducer" class of a MapReduce-style algorithm.

I think a ParDo's DoFn is only what a Mapper class would do. A DoFn doesn't
seem to run after a shuffle sort like a reducer does. Is my understanding
correct?

Thanks,

Jesse

Reply via email to