• N
    Remove redundant `Span` in `QueryJobInfo` · 4553a4ba
    Noah Lev 提交于
    Previously, `QueryJobInfo` was composed of two parts: a `QueryInfo` and
    a `QueryJob`. However, both `QueryInfo` and `QueryJob` have a `span`
    field, which seem to be the same. So, the `span` was recorded twice.
    
    Now, `QueryJobInfo` is composed of a `QueryStackFrame` (the other field
    of `QueryInfo`) and a `QueryJob`. So, now, the `span` is only recorded
    once.
    4553a4ba
job.rs 21.7 KB