Commit 73b3167
committed
fix: use functionForEval to unify lambda variable references
The raw LambdaFunction body may contain a different NamedLambdaVariable
instance than the one extracted from arguments. Using functionForEval
(as Spark does internally) ensures the variable we set is the same
instance the body reads from.1 parent 53cd983 commit 73b3167
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments