fix(query): include correlation_id in hydration query log_comment

Summary

  • Hydration queries were missing the correlation_id in their ClickHouse log_comment, making it harder to trace them back to the originating request in system.query_log.
  • Base queries already included it (gkg;correlation_id=<cid>;profiling_id=<uuid>), but hydration used gkg;hydration;profiling_id=<uuid>.
  • Now hydration follows the same pattern: gkg;hydration;correlation_id=<cid>;profiling_id=<uuid>.

Merge request reports

Loading