[
https://issues.apache.org/jira/browse/NIFI-15049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-15049:
------------------------------------
Fix Version/s: 2.7.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Make List of property descriptors and set of relationships in ExecuteSQL
> static
> -------------------------------------------------------------------------------
>
> Key: NIFI-15049
> URL: https://issues.apache.org/jira/browse/NIFI-15049
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Fix For: 2.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently in ExecuteSQL the list of property descriptors and set of
> relationships are instantiated as a new list and a new set each time the
> ExecuteSQL constructor is instantiated. This is unlike ExecuteSQLRecord which
> defines the list of property descriptors and set of relationships as final
> static variables an assigns the instance variables for the properties and
> relationships with these static variables. The purpose of this ticket is to
> align ExecuteSQL to be more like ExecuteSQLRecord where there is static
> variables for the properties and relationships.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)