发布

  • [OPIK-5370] [BE] fix: preserve source column in trace bulk update (#5992)

    frostbyte_neo 发布于 2026-03-31 11:01:43 +00:00

    The BULK_UPDATE query was missing source from its INSERT column list.
    When updating traces (e.g., adding tags), the new row got source=unknown
    (ClickHouse DEFAULT). After merge, the newer row won, overwriting the
    original source value. This caused traces to disappear from source-filtered
    views after any bulk update operation.

    Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

    下载附件