Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2834#discussion_r201068839
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQL.java
---
@@ -17,6 +17,7 @@
package org.apache.nifi.processors.standard;
import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
--- End diff --
Some unused imports here, I'll remove them on merge unless there is a test
or something missing that would use them?
---