MikeThomsen commented on a change in pull request #4068: NIFI-6293 - Add 
support to Mongo Extended JSON to RunMongoAggregation Query
URL: https://github.com/apache/nifi/pull/4068#discussion_r392672445
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java
 ##########
 @@ -73,11 +78,17 @@
 
     static final List<Bson> buildAggregationQuery(String query) throws 
IOException {
         List<Bson> result = new ArrayList<>();
+        JSONParser jsonParser = new JSONParser();
 
 Review comment:
   What's the reason for using this vs Jackson? We try to avoid personal 
preference in favor of Jackson wherever possible. Is there a deficiency in 
Jackson?

----------------------------------------------------------------
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

Reply via email to