You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2013/09/10 11:04:52 UTC

[jira] [Created] (TAJO-177) Call by reference bug in MergeJoinExec

Jihoon Son created TAJO-177:
-------------------------------

             Summary: Call by reference bug in MergeJoinExec
                 Key: TAJO-177
                 URL: https://issues.apache.org/jira/browse/TAJO-177
             Project: Tajo
          Issue Type: Bug
          Components: physical operator
            Reporter: Jihoon Son
            Assignee: Jihoon Son
             Fix For: 0.2-incubating


While comparing and storing tuples in a list temporally, their copies should be stored.

This issue includes following works
* Create a function clone() in Tuple and VTuple
* Change from using call by reference to using call by value


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira