Github user cestella commented on the issue:
https://github.com/apache/metron/pull/687
So, I was wrong when I initially looked at this PR, this adds variable
updates to the resolver. Should we perhaps separate parsing assignments (e.g.
move `StellarAssignment.from` into the language like you've done here) from
actually updating the variables. I think I'd like to see Enrichments and the
REPL refactored to not hand-code the variable update logic when we get around
to updating the resolver to allow updates. Thoughts?
---