SandishKumarHN commented on a change in pull request #3610: NIFI-6552 Kudu Put
Operations
URL: https://github.com/apache/nifi/pull/3610#discussion_r317014929
##########
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:
@pvillard31 without setting setValidateExpressionUsage(false), we see below
error for all test cases
```
Attempting to evaluate expression language for Table Name without using flow
file attributes but the scope evaluation is set to FLOWFILE_ATTRIBUTES.
```
----------------------------------------------------------------
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