avoid unnecessary interface conversions for JSONWrappers#2843
Conversation
|
|
|
Diff SummaryThis diff run surfaced Coverage focused on JSON output behavior across text and binary responses, nested and mixed-value query contexts, and upgraded legacy data to confirm valid, consistent serialization in real read paths. It also covered edge conditions where isolated bad JSON retrievals occur among valid rows, showing explicit deterministic failures without broader result corruption, including repeat and concurrent execution patterns. Safe to merge — the exercised paths remained stable across normal behavior, compatibility scenarios, and failure-handling cases, with no test regressions observed. Given the broad pass across the JSON output and serialization surfaces touched by this PR, current merge risk is low. Tests run by Ito
Tip Reply with @itoqa to send us feedback on this test run. |
fulghum
left a comment
There was a problem hiding this comment.
Good optimization to avoid the extra JSON marshalling where we can.

No description provided.