mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 22:15:26 +00:00
Added changes based on code review. Changed: * Put record reader instantiation inside of try-with. * Put a batch size for the insert List. * Ensured that session.transfer() to the success relationship will always happen. Removed an unused import to fix the style check. This closes #1945. Signed-off-by: Andy LoPresto <alopresto@apache.org>