-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
v7.3
-
145
This ticket covers the $push failures in BF-31312 and $mergeObects failures in BF-31374. The are both due to the serialization of a $literal into an array such as {$push: {$literal: []} into {$push: []} causing this failure. This same issue can occur with other accumulators.
- related to
-
SERVER-88296 $group constant expression fails to re-parse
- Closed