Job is idle — throughput ~0; structure shown.
Fragment 51765 (Actor 736616,736617)
StreamMaterialize { columns: [party_id, type, status], stream_key: [party_id, type], pk_columns: [party_id, type], pk_conflict: NoCheck }
├── output: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.status ]
├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
└── StreamProject { exprs: [customer_relationships.party_id, customer_relationships.type, customer_relationships.status] }
├── output: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.status ]
├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
└── StreamGroupTopN { order: [customer_relationships.updated_at DESC, customer_relationships.status_changed_at DESC, customer_relationships.effective_from DESC, customer_relationships.id DESC], limit: 1, offset: 0, group_key: [customer_relationships.party_id, customer_relationships.type] }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
├── stream key: [ customer_relationships.party_id, customer_relationships.type ]
└── StreamLocalityProvider { locality_columns: [customer_relationships.party_id, customer_relationships.type] }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
├── stream key: [ customer_relationships.party_id, customer_relationships.type, customer_relationships.id ]
└── MergeExecutor
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
└── stream key: [ customer_relationships.id ]
Fragment 51766 (Actor 736619,736618)
StreamProject { exprs: [customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at] }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at ]
├── stream key: [ customer_relationships.id ]
└── StreamFilter { predicate: IsNull(customer_relationships.disabled_at) }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at, customer_relationships.disabled_at ]
├── stream key: [ customer_relationships.id ]
└── StreamTableScan { table: customer_relationships, columns: [id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at] }
├── output: [ customer_relationships.id, customer_relationships.party_id, customer_relationships.type, customer_relationships.status, customer_relationships.effective_from, customer_relationships.status_changed_at, customer_relationships.updated_at, customer_relationships.disabled_at ]
├── stream key: [ customer_relationships.id ]
├── Upstream { output: [ id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at ], stream key: [] }
└── BatchPlanNode { output: [ id, party_id, type, status, effective_from, status_changed_at, updated_at, disabled_at ], stream key: [] }