Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-127

EnumerableCalcRel can't support 3+ AND conditions on 0.4.17

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      When I migrate to 0.4.17, I find that EnumerableCalcRel can't support 3+ AND condition. The root cause is as below:

      1. RexToLixTranslator.translateCondition() call RexToLixTranslator.translate() with RexImpTable.NullAs.FALSE

      2. RexImpTable.createImplementor() (line 252) will call Expressions.foldAnd() only when NullAs.TRUE & NullAs.NOT_POSSIBLE. Otherwise, it only process 2 condition.

      It break many our test cases.

      ---------------- Imported from GitHub ----------------
      Url: https://github.com/julianhyde/optiq/issues/127
      Created by: jiangxuchina
      Labels: bug,
      Assignee: hbutani
      Created at: Mon Feb 10 16:09:08 CET 2014
      State: closed

      Attachments

        Activity

          People

            Unassigned Unassigned
            github-import GitHub Import
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: