fn sync_epoch(
state_store: &StateStoreImpl,
streaming_metrics: &StreamingMetrics,
prev_epoch: u64,
table_ids: HashSet<TableId>,
) -> BoxFuture<'static, StreamResult<SyncResult>>
fn sync_epoch(
state_store: &StateStoreImpl,
streaming_metrics: &StreamingMetrics,
prev_epoch: u64,
table_ids: HashSet<TableId>,
) -> BoxFuture<'static, StreamResult<SyncResult>>