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
I believe two loops were left over from refactoring:
* One loop over fieldPathParts have been replaced with recursion. The
current loop will only execute the first element, so we can remove the
loop.
* Another loop over map keys, but we can simply use a map lookup
instead for a bit better performance
There is already a unit test for this code.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments