reuvenlax commented on pull request #12915:
URL: https://github.com/apache/beam/pull/12915#issuecomment-721897966


   FYI the actual class name can be a bit longer, as long there is a good 
builder method. e.g. You could do something like:
   
   Join.boundedInnerJoin(pc1, pc2);
   
   This would be easier to deal with if this contrib Join library used 
PTransforms instead of functions.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to