Example: org.apache.beam.runners.direct.portable.DirectGroupByKey is not declared public (so it's private by default). Meaning that it ca't be used in the org.apache.beam.runners.direct package.
On Wed, Oct 17, 2018 at 11:25 AM Sam Rohde <[email protected]> wrote: > Hi I'm working on deduplicating code from when the portable worker code > was donated to the project. I found that the portable DirectGroupByKey is > private and its inner classes. Is this by design? If so, why? If not, then > I'm going to change it to be public. > > Regards, > Sam >
