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 2018/01/18 20:53:00 UTC

[jira] [Created] (NIFI-4793) Look into allowing QueryRecord to run multiple SQL queries against flowfile without re-parsing

Mark Payne created NIFI-4793:
--------------------------------

             Summary: Look into allowing QueryRecord to run multiple SQL queries against flowfile without re-parsing
                 Key: NIFI-4793
                 URL: https://issues.apache.org/jira/browse/NIFI-4793
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Mark Payne


Currently, if multiple SQL statements are provided to the QueryRecord processor, the Processor must parse the data to provide it to Calcite once for each SQL statement. We should investigate if we can find a way to make a single pass through the data capable of yielding the results that we want.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)