You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[adapters] Fix delta connector stuck in the barrier state.
Make sure that the delta connector doesn't get stuck in the barrier
state indefinitely even if the transaction log of the table is empty.
Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
ControllerError::invalid_transport_configuration(&self.endpoint_name,&format!("internal error when compiling the 'cdc_delete_filter' expession '{delete_filter}'; {REPORT_ERROR}: table 'snapshot' not found"))
1012
+
ControllerError::invalid_transport_configuration(&self.endpoint_name,&format!("internal error when compiling the 'cdc_delete_filter' expression '{delete_filter}'; {REPORT_ERROR}: table 'snapshot' not found"))
1006
1013
})?
1007
1014
.schema()
1008
1015
.clone();
1009
1016
1010
1017
let physical_expr = DefaultPhysicalPlanner::default()
"internal error converting the result of the delete filter exptession to BooleanArray; {REPORT_ERROR}: expected Boolean, found {:?}", array.data_type()
1045
+
"internal error converting the result of the delete filter expression to BooleanArray; {REPORT_ERROR}: expected Boolean, found {:?}", array.data_type()
0 commit comments