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
In #45 we discovered aggregations endpoints
were giving bad responses. (See that issue for details).
We used git bisect (plug plug) to find out the breaking change was 482af03.
Which led me to submit a fix in #46.
Sooooo....
Was I right to re-add serializationOpts?
Was the thinking that the AggregationsSerializer wouldn't use the :packed_fields anyway because
and would use unpacked fields?
If that's the case then we should be able to:
Remove my options finagling.
Watch the integration test fail.
Make the appropriate changes in the AggregationsSerializer.
Watch the integration test pass again.
Add a unit test for AggregationsSerializer?
Orrrr....
Should we just keep the code introduced / re-added in #46.
CCing: @jobinthomasnypl
The text was updated successfully, but these errors were encountered:
In #45 we discovered aggregations endpoints
were giving bad responses. (See that issue for details).
We used git bisect (plug plug) to find out the breaking change was 482af03.
Which led me to submit a fix in #46.
Sooooo....
Was I right to re-add
serializationOpts
?Was the thinking that the AggregationsSerializer wouldn't use the
:packed_fields
anyway becauseand would use unpacked fields?
If that's the case then we should be able to:
AggregationsSerializer
.Orrrr....
Should we just keep the code introduced / re-added in #46.
CCing: @jobinthomasnypl
The text was updated successfully, but these errors were encountered: