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

Allow dependent join row value to be split

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 9.0, 8.12.5, 8.7.5.6_2
    • 8.7.4.6_2
    • Query Engine
    • None

      For some queries having a dependent join row value that spans multiple target tables should be split among those targets.

      For example rather than:

      (g_0.e1, g_1.e2) IN (<dependent values>))

      Use the pre 8.7 form:

      (g_0.e1 IN (<dependent values>)) AND (g_1.e2 IN (<dependent values>))

              rhn-engineering-shawkins Steven Hawkins
              rhn-support-jolee Johnathon Lee
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: