KuKuDeCheng commented on a change in pull request #4551:
URL: https://github.com/apache/nifi/pull/4551#discussion_r495418055



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutDatabaseRecord.java
##########
@@ -736,24 +735,22 @@ private void executeDML(ProcessContext context, 
ProcessSession session, FlowFile
             final Integer maxBatchSize = 
context.getProperty(MAX_BATCH_SIZE).evaluateAttributeExpressions(flowFile).asInteger();
             int currentBatchSize = 0;
             int batchIndex = 0;
-
+            List<List<Object>> valuesLists = new ArrayList<>();

Review comment:
       Yes, you are absolutely right! I have modified 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]


Reply via email to