Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1545

Order By not pushed down

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.4
    • 7.3
    • Query Engine
    • None

    Description

      ORDER BY is not pushed down in the following query:

      SELECT J0.APPNAME, B.\"SYSID\", B.\"USERID\",
      (select count from (select * from notes.RETRIEVE_NOTES where OBJECT_PKEY = B.USERID) as foo) as C_notesForObject
      FROM \"SECURITY.BASEUSER\" as B left join security.sysinfo J0 on J0.sysid=B.sysid ORDER BY J0.APPNAME ASC

      SECURITY comes from the DB2 translator
      notes comes from a programmatic translator which does not support ORDER BY

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            markaddleman_jira Mark Addleman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: