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

Pull up filters rejected by a ProjectableFilterableTable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0-incubating
    • None
    • None

    Description

      Suppose that t (i, j, k) is a table that implements ProjectableFilterableTable, we execute the query select k from t where j = 1, and t refuses to evaluate the filter j = 1.

      We should still push the project to the table. But we need to project the extra column, j needed by the filter, and transform it, because it now occurs after the project.

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              julianhyde Julian Hyde
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: