Job is idle — throughput ~0; structure shown.
Fragment 51567 (Actor 735984,735985)
StreamMaterialize { columns: [client_id, account_group_id, type, $src(hidden)], stream_key: [client_id, $src], pk_columns: [client_id, $src], pk_conflict: NoCheck }
├── output: [ clients_dm.id, $expr1, 'all':Varchar, $src ]
├── stream key: [ clients_dm.id, $src ]
└── StreamUnion { all: true } { output: [ clients_dm.id, $expr1, 'all':Varchar, $src ], stream key: [ clients_dm.id, $src ] }
├── MergeExecutor { output: [ clients_dm.id, $expr1, 'all':Varchar, 0:Int32 ], stream key: [ clients_dm.id ] }
├── MergeExecutor { output: [ clients_dm.id, $expr2, 'restricted':Varchar, 1:Int32 ], stream key: [ clients_dm.id ] }
├── MergeExecutor { output: [ clients_dm.id, $expr3, 'un_restricted':Varchar, 2:Int32 ], stream key: [ clients_dm.id ] }
└── MergeExecutor { output: [ clients_dm.id, $expr4, 'none':Varchar, 3:Int32 ], stream key: [ clients_dm.id ] }
Fragment 51568 (Actor 735992,735991)
StreamProject { exprs: [clients_dm.id, ConcatOp('account_group_':Varchar, Md5(ConcatOp(clients_dm.id, 'all':Varchar)::Bytea)) as $expr1, 'all':Varchar, 0:Int32] }
├── output: [ clients_dm.id, $expr1, 'all':Varchar, 0:Int32 ]
├── stream key: [ clients_dm.id ]
└── MergeExecutor { output: [ clients_dm.id ], stream key: [ clients_dm.id ] }
Fragment 51569 (Actor 735993,735994)
StreamProject { exprs: [clients_dm.id] } { output: [ clients_dm.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.closing_date, clients_dm.m_is_stub ]
├── stream key: [ clients_dm.id ]
└── StreamTableScan { table: clients_dm, columns: [id, closing_date, m_is_stub] }
├── output: [ clients_dm.id, clients_dm.closing_date, clients_dm.m_is_stub ]
├── stream key: [ clients_dm.id ]
├── Upstream { output: [ id, closing_date, m_is_stub ], stream key: [] }
└── BatchPlanNode { output: [ id, closing_date, m_is_stub ], stream key: [] }
Fragment 51570 (Actor 735998,735997)
StreamProject { exprs: [clients_dm.id, ConcatOp('account_group_':Varchar, Md5(ConcatOp(clients_dm.id, 'restricted':Varchar)::Bytea)) as $expr2, 'restricted':Varchar, 1:Int32] }
├── output: [ clients_dm.id, $expr2, 'restricted':Varchar, 1:Int32 ]
├── stream key: [ clients_dm.id ]
└── MergeExecutor { output: [ clients_dm.id ], stream key: [ clients_dm.id ] }
Fragment 51571 (Actor 735996,735995)
StreamProject { exprs: [clients_dm.id, ConcatOp('account_group_':Varchar, Md5(ConcatOp(clients_dm.id, 'un_restricted':Varchar)::Bytea)) as $expr3, 'un_restricted':Varchar, 2:Int32] }
├── output: [ clients_dm.id, $expr3, 'un_restricted':Varchar, 2:Int32 ]
├── stream key: [ clients_dm.id ]
└── MergeExecutor { output: [ clients_dm.id ], stream key: [ clients_dm.id ] }
Fragment 51572 (Actor 736000,735999)
StreamProject { exprs: [clients_dm.id, ConcatOp('account_group_':Varchar, Md5(ConcatOp(clients_dm.id, 'none':Varchar)::Bytea)) as $expr4, 'none':Varchar, 3:Int32] }
├── output: [ clients_dm.id, $expr4, 'none':Varchar, 3:Int32 ]
├── stream key: [ clients_dm.id ]
└── MergeExecutor { output: [ clients_dm.id ], stream key: [ clients_dm.id ] }