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
Skip thrift json roundtrip check while reading GroupByServingInfo (#774)
## Summary
When we add fields in our API, we can run into backwards / forwards
compat issues depending on when the json updates make their way out to
the GroupByServingInfo (on orch side / serving side). Turning off the
round trip check to help cut the noise on these issues. If we can
deserialize the thrift json we proceed else this code will throw a
JsonException.
Some details - [slack
thread](https://zipline-2kh4520.slack.com/archives/C08345NBWH4/p1747092844340579)
## Checklist
- [ ] Added Unit Tests
- [X] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved compatibility when loading certain configuration data by
relaxing validation during data processing.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments