发布

  • [OPIK-4449] [BE] Fix missing description in single-item GET endpoint (#5379)

    frostbyte_neo 发布于 2026-02-24 14:44:12 +00:00

    • OPIK-4449 fix missing description in single-item GET endpoint

    mapVersionedItemToDatasetItem() was not reading the description column
    from the ClickHouse result row, so GET /datasets/items/{id} always
    returned null for description. The list endpoint (mapItem) already
    handled it correctly via DatasetItemResultMapper.getDescription().

    • Add .description() call in mapVersionedItemToDatasetItem
    • Widen getDescription visibility from private to package-private
    • OPIK-4449 address PR review: add evaluators, executionPolicy, pass rowMetadata
    下载附件