Improve the `toCollection` and related API documentation by stIncMale · Pull Request #1677 · mongodb/mongo-java-driver
Conversation
@rozza is the primary reviewer (chosen automatically), @katcharov is the secondary one (chosen manually based on the GitHub suggestion).
stIncMale
marked this pull request as ready for review
We have the same test failures here, where they are obviously not caused by the change. Therefore, the failures here are also not caused by the changes.
Replaced Ross with @nhachicha, because Ross is away.
Comment on lines +218 to +223
| /** | ||
| * Requests [AggregateFlow] to start streaming data according to the specified aggregation pipeline. | ||
| * - If the aggregation pipeline ends with an `$out` or `$merge` stage, then finds all documents in the affected | ||
| * namespace and emits them. You may want to use [toCollection] instead. | ||
| * - Otherwise, emits no values. | ||
| */ |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to others that these docs and some others are new, and therefore non-trivial.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM minor comment 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters