[ 
https://issues.apache.org/jira/browse/NIFI-15049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18024585#comment-18024585
 ] 

ASF subversion and git services commented on NIFI-15049:
--------------------------------------------------------

Commit 37d3aa4e1e7ed99e18245352182a10f0e33dcfe7 in nifi's branch 
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=37d3aa4e1e ]

NIFI-15049 Adjusted ExecuteSQL to use static List of Descriptors and Set of 
Relationships (#10381)

Signed-off-by: David Handermann <[email protected]>

> 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)

Reply via email to