eduardofontes 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_r392683240
##########
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:
I don't think so. It was just the first I've found.
----------------------------------------------------------------
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