You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/22 18:28:44 UTC

[jira] [Commented] (APEXMALHAR-2414) Improve performance of PojoInnerJoin accum by using PojoUtils

    [ https://issues.apache.org/jira/browse/APEXMALHAR-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878926#comment-15878926 ] 

ASF GitHub Bot commented on APEXMALHAR-2414:
--------------------------------------------

GitHub user Hitesh-Scorpio opened a pull request:

    https://github.com/apache/apex-malhar/pull/559

    APEXMALHAR-2414 PojoInner Join accumulation was using java reflection

    @chinmaykolhatkar please review

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Hitesh-Scorpio/apex-malhar APEXMALHAR-2414_PojoInnerJoinReflection

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/apex-malhar/pull/559.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 #559
    
----
commit e6dc0390a39a03f5b22f9e64b6bd168aef645a65
Author: Hitesh-Scorpio <fo...@gmail.com>
Date:   2017-02-22T18:25:38Z

    APEXMALHAR-2414 PojoInner Join accumulation was using java reflection

----


> Improve performance of PojoInnerJoin accum by using PojoUtils
> -------------------------------------------------------------
>
>                 Key: APEXMALHAR-2414
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2414
>             Project: Apache Apex Malhar
>          Issue Type: Sub-task
>          Components: algorithms
>            Reporter: Chinmay Kolhatkar
>            Assignee: Hitesh Kapoor
>
> Currently PojoInnerJoin accumulation uses java reflection to deal with objects. Use PojoUtils instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)