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 noticed that in deserialization, the code checks if the serialization is a Schema or a Field and serializes accordingly (slightly different logic for the 2 cases) (link here).
But during serialization, I noticed there isn't support for a field, which results in errors when using a Field instead of a Schema when defining the aggregate_result_serialization (link here).
The text was updated successfully, but these errors were encountered:
I noticed that in deserialization, the code checks if the serialization is a
Schema
or aField
and serializes accordingly (slightly different logic for the 2 cases) (link here).But during serialization, I noticed there isn't support for a field, which results in errors when using a
Field
instead of aSchema
when defining theaggregate_result_serialization
(link here).The text was updated successfully, but these errors were encountered: