[ https://issues.apache.org/jira/browse/APEXMALHAR-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035025#comment-16035025 ]
ASF GitHub Bot commented on APEXMALHAR-2488: -------------------------------------------- GitHub user bhupeshchawda opened a pull request: https://github.com/apache/apex-malhar/pull/632 APEXMALHAR-2488 APEXMALHAR-2503 Deprecated inner join operator and co… …mmented out the tests @tweise @chaithu14 Please see comments on https://issues.apache.org/jira/browse/APEXMALHAR-2488 and https://issues.apache.org/jira/browse/APEXMALHAR-2503 You can merge this pull request into a Git repository by running: $ git pull https://github.com/bhupeshchawda/apex-malhar APEXMALHAR-2488-APEXMALHAR-2503-deprecate-inner-join Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/632.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #632 ---- commit fd5238d63199727b7ccef5a73cb7793f9802d322 Author: bhupeshchawda <bhup...@apache.org> Date: 2017-05-29T03:19:56Z APEXMALHAR-2488 APEXMALHAR-2503 Deprecated inner join operator and commented out the tests ---- > Simplify join support in Malhar > ------------------------------- > > Key: APEXMALHAR-2488 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-2488 > Project: Apache Apex Malhar > Issue Type: Task > Reporter: Bhupesh Chawda > Assignee: Bhupesh Chawda > > Currently there are multiple join implementations in Malhar. > One is an inner join implementation based on managed state, and another is a > merge operator based on the windowed operator and uses spillable data > structures. > This JIRA is to remove the inner join implementation from malhar - > org/apache/apex/malhar/lib/join/ > The merge operator also needs to be simplified - perhaps by providing a > wrapper around it which can be used without requiring any knowledge of > windowing concepts. This will be a separate JIRA. > Discussions here: > https://lists.apache.org/thread.html/34e5b8753a1ea512eb8ae95af03b7646f23124705fe1c07b069a46c5@%3Cdev.apex.apache.org%3E -- This message was sent by Atlassian JIRA (v6.3.15#6346)