You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2016/08/28 11:28:20 UTC

[jira] [Created] (TAJO-2182) Filter condition order occasionally can be changed by CommonConditionReduceRule

Jinho Kim created TAJO-2182:
-------------------------------

             Summary: Filter condition order occasionally can be changed by CommonConditionReduceRule
                 Key: TAJO-2182
                 URL: https://issues.apache.org/jira/browse/TAJO-2182
             Project: Tajo
          Issue Type: Bug
          Components: Planner/Optimizer
            Reporter: Jinho Kim


{noformat}
Failed tests:
  TestCommonConditionReduce.test5:76->QueryTestCaseBase.runSimpleTests:624 Plan Verification for: 1 th test expected:<...(default.lineitem.l_[orderkey (INT4) = 1 AND (default.lineitem.l_linenumber] (INT4) = 1 AND (def...> but was:<...(default.lineitem.l_[linenumber (INT4) = 1 AND (default.lineitem.l_orderkey] (INT4) = 1 AND (def...>
  TestCommonConditionReduce.test7:96->QueryTestCaseBase.runSimpleTests:624 Plan Verification for: 1 th test expected:<...(default.lineitem.l_[orderkey (INT4) = 1 AND default.lineitem.l_linenumber] (INT4) = 1)
  => ta...> but was:<...(default.lineitem.l_[linenumber (INT4) = 1 AND default.lineitem.l_orderkey] (INT4) = 1)
  => ta...>

Tests run: 1811, Failures: 2, Errors: 0, Skipped: 0
{noformat}



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