Job is idle — throughput ~0; structure shown.
Fragment 51566 (Actor 735972,735971)
StreamSink { type: upsert, columns: [id, type, segment_label_id], downstream_pk: [clients_dm.id] }
├── output: [ clients_dm.id, clients_dm.type, clients_dm.segment_label_id ]
├── stream key: [ clients_dm.id ]
└── StreamProject { exprs: [clients_dm.id, clients_dm.type, clients_dm.segment_label_id] }
├── output: [ clients_dm.id, clients_dm.type, clients_dm.segment_label_id ]
├── stream key: [ clients_dm.id ]
└── StreamFilter { predicate: IsNull(clients_dm.closing_date) AND Not(IsTrue(clients_dm.m_is_stub)) }
├── output:
│ ┌── clients_dm.id
│ ├── clients_dm.type
│ ├── clients_dm.segment_label_id
│ ├── clients_dm.closing_date
│ └── clients_dm.m_is_stub
├── stream key: [ clients_dm.id ]
└── StreamTableScan { table: clients_dm, columns: [id, type, segment_label_id, closing_date, m_is_stub] }
├── output:
│ ┌── clients_dm.id
│ ├── clients_dm.type
│ ├── clients_dm.segment_label_id
│ ├── clients_dm.closing_date
│ └── clients_dm.m_is_stub
├── stream key: [ clients_dm.id ]
├── Upstream { output: [ id, type, segment_label_id, closing_date, m_is_stub ], stream key: [] }
└── BatchPlanNode { output: [ id, type, segment_label_id, closing_date, m_is_stub ], stream key: [] }