You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When source is accessed, it is fully parsed. If a script only uses a single field, most parsing and object construction is wasted.
We could implement a "skip parser" that does not extract values but rather keeps track of parsing context (inside string, inside map, etc) until we hit the desired field, and provide that field to the script.