[JAVA-4258] Aggregation helper fails on simplified string form for $merge stage Created: 23/Jul/21 Updated: 28/Oct/23 Resolved: 01/Aug/21 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Write Operations |
| Affects Version/s: | None |
| Fix Version/s: | 4.3.1, 3.12.10 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Christoph Strobl | Assignee: | Jeffrey Yemin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | external-user | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Documentation Changes: | Not Needed |
| Description |
|
Originally reported in spring-data-mongodb#3743. In AggregateIterableImpl.getOutNamespace method The workaround is to use the long form of $merge, as documented here. |
| Comments |
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Support aggregation with $merge as a string (#768)
|
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Support aggregation with $merge as a string (#768)
|
| Comment by Githook User [ 29/Jul/21 ] |
|
Author: {'name': 'Jeff Yemin', 'email': 'jeff.yemin@mongodb.com', 'username': 'jyemin'}Message: Support aggregation with $merge as a string (#768)
|
| Comment by Jeffrey Yemin [ 23/Jul/21 ] |
|
Thanks for opening this case, cstrobl. I agree it's a bug. We missed the fact that there is a simplified form of $merge. |