Commit 4d84056
committed
Return computed res when creating Expr
Fix a bug where the method returned the original 'terms' variable instead of the newly built 'res' dictionary. The change ensures Expr is constructed from the computed aggregation (res), preventing stale/incorrect expression data after the operation.1 parent 0dca5c2 commit 4d84056
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments