Why not implement the interface on the operator and delegate the call to the partitioner implementation?
On Thu, Nov 19, 2015 at 4:09 PM, Pramod Immaneni <[email protected]> wrote: > Idea for an annotation maybe? > > On Thu, Nov 19, 2015 at 3:49 PM, Siyuan Hua <[email protected]> > wrote: > > > Sometimes I want to separate the Partitioner logic from operator and > still > > I want to have default partitioner for the operator (with specifying it > > from application) > > > > > > Best, > > Siyuan > > >
