You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Dongkyu Hwangbo (JIRA)" <ji...@apache.org> on 2015/11/13 05:33:10 UTC

[jira] [Created] (TAJO-1976) "targets" in TableSubQueryNode are modified outside somewhere

Dongkyu Hwangbo created TAJO-1976:
-------------------------------------

             Summary: "targets" in TableSubQueryNode are modified outside somewhere
                 Key: TAJO-1976
                 URL: https://issues.apache.org/jira/browse/TAJO-1976
             Project: Tajo
          Issue Type: Bug
            Reporter: Dongkyu Hwangbo
            Priority: Minor


Several error is occured with replacing replace {noformat}return targets;{noformat} with {noformat}return Collections.unmodifiableList(targets);{noformat} in TableSubQueryNode::getTargets().
We can assume that this targets are modified outside somewhere. This is abnormal.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)