11 Replies Latest reply on May 24, 2016 8:41 AM by menvi.usa

    Teiid returning back all the Rows from Amazon Simple DB even when RowLimit is set

    menvi.usa

      Hi Teiid Team,

       

      I am using Teiid version 8.13.0.Final for connecting with Amazon Simple DB. In org.teiid.client.RequestMessage I am setting rowLimit as 50 which is inturn passed on while calling the executeRequest method of DQPCore class.

      The RequestWorkItem object created by the Teiid's DQPCore class has this requestMsg set correctly with the rowLimit of 50. However, when workItem.run() is triggered, the number of rows fetched is 1024 instead of 50.

       

      Can you please look into this.

       

      These are the dependencies in my project:

              <groupId>org.jboss.teiid</groupId>

                  <artifactId>teiid-common-core</artifactId>

                  <version>${teiidVersion}</version>

              </dependency>

              <dependency>

                  <groupId>org.jboss.teiid.connectors</groupId>

                  <artifactId>translator-simpledb</artifactId>

                  <version>${teiidVersion}</version>

              </dependency>

              <dependency>

                  <groupId>org.jboss.teiid.connectors</groupId>

                  <artifactId>connector-simpledb</artifactId>

                  <version>${teiidVersion}</version>

              </dependency>

              <dependency>

                  <groupId>org.jboss.teiid.connectors</groupId>

                  <artifactId>simpledb-api</artifactId>

                  <version>${teiidVersion}</version>