mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 02:28:31 +00:00
292dd1d66b
NIFI-3678: If we have a transaction ID but then have no more data written to Partition file, we end up with a NPE. Added logic to avoid this and instead return null for the next record when this happens This closes #1656. Signed-off-by: Bryan Bende <bbende@apache.org>