Job is idle — throughput ~0; structure shown.
Fragment 4541 (Actor 156948,156949)
StreamMaterialize { columns: [id, client_id, type, value, disabled_at], stream_key: [client_id, type, value], pk_columns: [client_id, type, value], pk_conflict: Overwrite }
├── output:
│ ┌── olap.clients_contacts_dm.id
│ ├── olap.clients_contacts_dm.client_id
│ ├── olap.clients_contacts_dm.type
│ ├── olap.clients_contacts_dm.value
│ └── olap.clients_contacts_dm.disabled_at
├── stream key: [ olap.clients_contacts_dm.client_id, olap.clients_contacts_dm.type, olap.clients_contacts_dm.value ]
└── StreamUnion { all: true }
├── output:
│ ┌── olap.clients_contacts_dm.id
│ ├── olap.clients_contacts_dm.client_id
│ ├── olap.clients_contacts_dm.type
│ ├── olap.clients_contacts_dm.value
│ └── olap.clients_contacts_dm.disabled_at
├── stream key: []
├── MergeExecutor
│ ├── output:
│ │ ┌── olap.clients_contacts_dm.id
│ │ ├── olap.clients_contacts_dm.client_id
│ │ ├── olap.clients_contacts_dm.type
│ │ ├── olap.clients_contacts_dm.value
│ │ └── olap.clients_contacts_dm.disabled_at
│ └── stream key: [ olap.clients_contacts_dm.client_id, olap.clients_contacts_dm.type, olap.clients_contacts_dm.value ]
├── MergeExecutor { output: [ id, client_id, type, value, disabled_at ], stream key: [] }
└── StreamUpstreamSinkUnion { output: [ id, client_id, type, value, disabled_at ], stream key: [] }
Fragment 4542 (Actor 156950)
StreamCdcTableScan { table: olap.clients_contacts_dm, columns: [id, client_id, type, value, disabled_at] }
├── output:
│ ┌── olap.clients_contacts_dm.id
│ ├── olap.clients_contacts_dm.client_id
│ ├── olap.clients_contacts_dm.type
│ ├── olap.clients_contacts_dm.value
│ └── olap.clients_contacts_dm.disabled_at
├── stream key: [ olap.clients_contacts_dm.client_id, olap.clients_contacts_dm.type, olap.clients_contacts_dm.value ]
└── MergeExecutor { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 4543 (Actor 156803)
StreamCdcFilter { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
└── Upstream { output: [ payload, _rw_offset, _rw_table_name ], stream key: [] }
Fragment 4544 (Actor 156951,156952)
StreamDml { columns: [id, client_id, type, value, disabled_at] } { output: [ id, client_id, type, value, disabled_at ], stream key: [] }
└── StreamSource { output: [ id, client_id, type, value, disabled_at ], stream key: [] }