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

SELECT COUNT(*) FROM VQT.Agg3 is expecting a result of 1 but 50 is being returned

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.4.1, 7.5
    • 7.4
    • Query Engine
    • None

      The VQT.Agg3 transformation is: SELECT COUNT(*)FROM BQT1.SmallA. BQT is expecting 1 to be returned but is getting 50. VDB attached.

      The push down query in SOAP 5.1 is "SELECT COUNT AS c_0 FROM (SELECT COUNT AS c_0 FROM smalla AS g_0) AS v_0 LIMIT 100" and we get the expected results of 1
      The push down query in Teiid 7.5Alpha is "SELECT COUNT AS c_0 FROM (SELECT 1 AS c_0 FROM smalla AS g_0) AS v_0 LIMIT 100" and we get a result of 50

            rhn-engineering-shawkins Steven Hawkins
            wgibson_jira Warren Gibson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: