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

Add unit test methods from JBEDSP-1137: StackOverflowError when top level query uses the same symbol name and group alias that is in a second level query or sub-query

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 7.0
    • 7.0
    • Query Engine
    • None

    Description

      Add test coverage from JBEDSP-1137 that covers the following use case:

      SELECT CONVERT(A.e2, biginteger) AS e2 FROM (
      SELECT CONVERT(e2, long) AS e2 FROM (
      SELECT 5 AS e2
      ) AS A
      ) AS A

      Attachments

        Activity

          People

            rhn-support-loleary Larry O'Leary
            rhn-support-loleary Larry O'Leary
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: