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_r392684776
##########
File path:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/test/java/org/apache/nifi/processors/mongodb/RunMongoAggregationIT.java
##########
@@ -124,6 +124,33 @@ public void testAggregation() throws Exception {
}
}
+ @Test
+ public void testExtendedJsonSupport() throws Exception {
Review comment:
Sorry, I don't understood what did you mean. This test queries by date using
Extended JSON "$date" notation. There already has a date field in collection
seeded by "setup()". What do you suggest exactaly?
----------------------------------------------------------------
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