Daniel Stieglitz created NIFI-15049:
---------------------------------------
Summary: 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
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)