You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2017/09/22 13:02:00 UTC

[jira] [Created] (NIFI-4409) QueryRecord should pass to the Record Writer the schema based on the ResultSet, not the record as it was read

Mark Payne created NIFI-4409:
--------------------------------

             Summary: QueryRecord should pass to the Record Writer the schema based on the ResultSet, not the record as it was read
                 Key: NIFI-4409
                 URL: https://issues.apache.org/jira/browse/NIFI-4409
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Mark Payne
            Assignee: Mark Payne


When a Record is read for QueryRecord, the schema is passed to the writer as the 'read schema'. However, the resultant data is likely not to follow that schema because of the SELECT clause. We should instead provide the schema that is provided by the ResultSet to the writer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)