This was flagged by the agg optimization fuzzer and I was able to boil down the failing pipeline to just an $add with no args [].
The classic engine returns 0 as an int in this case so this fix will do the same during sbe translation of $add.
- is depended on by
-
SERVER-62287 Fix disabled Query Execution tests failing due to changing latest release to 5.3
- Closed
- is related to
-
SERVER-63017 Fix SBE translation of variadic expressions for zero argument case
- Closed