lfrancke edited a comment on issue #3405: NIFI-6185: ListDatabaseTables 
processor doesn't close ResultSets
URL: https://github.com/apache/nifi/pull/3405#issuecomment-479756209
 
 
   Thank you for the quick turnaround @ijokarumawak 
   
   I didn't look at all processors but AbstractExecuteSQL does close ResultSets 
implicitly via `hasResults = st.getMoreResults(Statement.CLOSE_CURRENT_RESULT);`
   
   
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AbstractExecuteSQL.java#L352

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to