You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Byunghwa Yun (JIRA)" <ji...@apache.org> on 2016/09/22 10:29:20 UTC

[jira] [Created] (NIFI-2803) The pagination of GenerateTableFetch has a sort bug.

Byunghwa Yun created NIFI-2803:
----------------------------------

             Summary: The pagination of GenerateTableFetch has a sort bug.
                 Key: NIFI-2803
                 URL: https://issues.apache.org/jira/browse/NIFI-2803
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.0.0
            Reporter: Byunghwa Yun


When data is coming to the ingested table, the pagination SQL needs the ORDER BY statement with maxValueClauses.
If maxValueClauses are not the primary keys, incoming data usually inserts  using primary keys. So when ExecuteSQL executes, some data may be lost.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)