[GitHub] [nifi] shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w…

2020-02-26 Thread GitBox
shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w… URL: https://github.com/apache/nifi/pull/4052#issuecomment-591409749 My build environment has died so I don't know if this will compile or not. --

[GitHub] [nifi] shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w…

2020-02-13 Thread GitBox
shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w… URL: https://github.com/apache/nifi/pull/4052#issuecomment-586006920 So I'm breaking a test case in TestConvertRecord that checks to see if the flow file was modified when being rout

[GitHub] [nifi] shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w…

2020-02-13 Thread GitBox
shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w… URL: https://github.com/apache/nifi/pull/4052#issuecomment-586007876 I can change the check to compare the contents of the flow file instead since that's really what matters. --

[GitHub] [nifi] shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w…

2020-02-22 Thread GitBox
shawnweeks commented on issue #4052: NIFI-7139 Add record.error.message on failure of a record reader or w… URL: https://github.com/apache/nifi/pull/4052#issuecomment-589955791 Rebased with master and moved WritesAttributes out of the abstract class for now. --