pvillard31 commented on a change in pull request #4067: NIFI-7178 - Handle the case when schema is not available URL: https://github.com/apache/nifi/pull/4067#discussion_r382771816
########## File path: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/json/JsonPathRowRecordReader.java ########## @@ -22,6 +22,7 @@ import com.jayway.jsonpath.JsonPath; import com.jayway.jsonpath.PathNotFoundException; import com.jayway.jsonpath.spi.json.JacksonJsonProvider; +import java.util.Objects; Review comment: I believe this import should be removed now (because checkstyle will complain about unused import) ---------------------------------------------------------------- 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
