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

Enhance RelMdPredicates pull up predicate from PROJECT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.39.0
    • None

    Description

      select comm = 2 from emp where comm = 2 can pull up =($0, true)
      select comm = 3 from emp where comm = 2 can pull up =($0, false)
      select comm = 2 from emp where comm = 2 and empno = 1 can pull up =($0, true)
      select comm = 2  empno = 1 and from emp where comm = 2 and empno = 1 can pull up =($0, true)
      Now the pull up predicate is nothing. 

      Attachments

        Issue Links

          Activity

            People

              nobigo xiong duan
              nobigo xiong duan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: