mattyb149 edited a comment on pull request #4601:
URL: https://github.com/apache/nifi/pull/4601#issuecomment-730526414


   Also two files refer to `org.codehaus.jackson.JsonNode` and should be 
changed to `com.fasterxml.jackson.databind.JsonNode`:
   
   ConvertJSONToSQL
   TestConvertJSONToSQL
   
   Same goes for ArrayNode and JsonNodeFactory, they need to be updated and 
calls to `getFieldNames()` changed to `fieldNames()` in those two files


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to