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
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
When processing a render request executePlan is called with a copy of the plan. When plan.Clean() is called we are cleaning a plan with an empty dataMap. Additionally, plan.Run() needs to be a pointer receiver to update the dataMap member.
Working on a PR that addresses this.
The text was updated successfully, but these errors were encountered:
Describe the bug
When processing a render request executePlan is called with a copy of the
plan
. When plan.Clean() is called we are cleaning a plan with an emptydataMap
. Additionally, plan.Run() needs to be a pointer receiver to update thedataMap
member.Working on a PR that addresses this.
The text was updated successfully, but these errors were encountered: