mattyb149 commented on a change in pull request #3693: NIFI-6621: Add support for Druid schema-less dimensions URL: https://github.com/apache/nifi/pull/3693#discussion_r321438574
########## File path: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/druid/DruidTranquilityController.java ########## @@ -43,10 +43,7 @@ import org.apache.nifi.annotation.documentation.Tags; import org.apache.nifi.annotation.lifecycle.OnDisabled; import org.apache.nifi.annotation.lifecycle.OnEnabled; -import org.apache.nifi.components.AllowableValue; -import org.apache.nifi.components.PropertyDescriptor; -import org.apache.nifi.components.ValidationContext; -import org.apache.nifi.components.ValidationResult; +import org.apache.nifi.components.*; Review comment: Travis is going to complain about that star import line when it runs `contrib-check`, it will show up as a CheckStyle violation. You can find these ahead of time by running with the `-Pcontrib-check` profile activated when you do your local builds (just for the bundle you're touching, don't worry about the whole thing -- Travis CI will do that) ---------------------------------------------------------------- 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
