pvillard31 commented on a change in pull request #3610: NIFI-6552 Kudu Put
Operations
URL: https://github.com/apache/nifi/pull/3610#discussion_r317010057
##########
File path:
nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/test/java/org/apache/nifi/processors/kudu/TestPutKudu.java
##########
@@ -521,11 +560,13 @@ private void testKuduPartialFailure(FlushMode flushMode,
int batchSize) throws E
testRunner.setProperty(PutKudu.FLUSH_MODE, flushMode.name());
testRunner.setProperty(PutKudu.BATCH_SIZE, String.valueOf(batchSize));
testRunner.setProperty(PutKudu.FLOWFILE_BATCH_SIZE,
String.valueOf(batchSize));
+ testRunner.setValidateExpressionUsage(false);
Review comment:
Why is it required to add this? I usually try avoiding it.
----------------------------------------------------------------
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