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
It appears that at some point during conversion to protobuf entity-builder instance cache is used, but it looks like builders are mutable and are not reset to initial clean state which leads to incorrect results.
It appears that at some point during conversion to protobuf entity-builder instance cache is used, but it looks like builders are mutable and are not reset to initial clean state which leads to incorrect results.
Reproduction (click to expand):
Given
definition.proto
:and
Reproduction.scala
:Produces the following:
Note that metadata is supposed to be empty for the second entity.
The text was updated successfully, but these errors were encountered: